summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Function-Argument-decay.xml.txt
blob: bd0de306af5c15d510694b237ed0f6082fa08bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
^<\?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" original_type="_5" location="f1:1" file="f1" line="1"/>
    <Argument type="_6" original_type="_7" location="f1:1" file="f1" line="1"/>
    <Argument type="_6" original_type="_8" location="f1:1" file="f1" line="1"/>
    <Argument type="_9" original_type="_10" location="f1:1" file="f1" line="1"/>
  </Function>
  <FundamentalType id="_2" name="void" size="[0-9]+" align="[0-9]+"/>
  <PointerType id="_4" type="_11" size="[0-9]+" align="[0-9]+"/>
  <ArrayType id="_5" min="0" max="3" type="_11"/>
  <PointerType id="_6" type="_12" size="[0-9]+" align="[0-9]+"/>
  <ArrayType id="_7" min="0" max="1" type="_12"/>
  <ArrayType id="_8" min="0" max="" type="_12"/>
  <PointerType id="_9" type="_10" size="[0-9]+" align="[0-9]+"/>
  <FunctionType id="_10" returns="_12">
    <Argument type="_12"/>
  </FunctionType>
  <ArrayType id="_11" min="0" max="2" type="_12"/>
  <FundamentalType id="_12" name="int" size="[0-9]+" align="[0-9]+"/>
  <Namespace id="_3" name="::"/>
  <File id="f1" name=".*/test/input/Function-Argument-decay.cxx"/>
</GCC_XML>$