summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Function-Argument-decay.xml.txt
blob: 53a0f21cd1563b7d8d65044a194fd0296bcbf798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
  <Function id="_1" name="start" returns="_2" context="_3" location="f1:1" file="f1" line="1" mangled="[^"]+">
    <Argument type="_4" location="f1:1" file="f1" line="1"/>
    <Argument type="_4" location="f1:1" file="f1" line="1"/>
    <Argument type="_5" location="f1:1" file="f1" line="1"/>
  </Function>
  <FundamentalType id="_2" name="void" size="[0-9]+" align="[0-9]+"/>
  <PointerType id="_4" type="_6"/>
  <PointerType id="_5" type="_7"/>
  <Namespace id="_3" name="::"/>
  <FundamentalType id="_6" name="int" size="[0-9]+" align="[0-9]+"/>
  <FunctionType id="_7" returns="_6">
    <Argument type="_6"/>
  </FunctionType>
  <File id="f1" name=".*/test/input/Function-Argument-decay.cxx"/>
</GCC_XML>$