summaryrefslogtreecommitdiffstats
path: root/test/expect/castxml1.any.Function-Argument-decay.xml.txt
blob: 9d1d6f606c58bf3a7c25d901a213b0a44a34eb83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
^<\?xml version="1.0"\?>
<CastXML[^>]*>
  <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"/>
</CastXML>$