summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.broken.any.ReferenceType-to-Class-template.xml.txt
blob: 8b6813ba6ac8a6f02392ceb7dfc567894d54fa31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
  <Function id="_1" name="start" returns="_4" context="_5" location="f1:5" file="f1" line="5" mangled="[^"]+">
    <Argument type="_6" location="f1:5" file="f1" line="5"/>
    <Argument type="_7" location="f1:5" file="f1" line="5"/>
  </Function>
  <Function id="_2" name="start" returns="_4" context="_5" location="f1:6" file="f1" line="6" mangled="[^"]+">
    <Argument type="_8" location="f1:6" file="f1" line="6"/>
    <Argument type="_9" location="f1:6" file="f1" line="6"/>
  </Function>
  <Function id="_3" name="start" returns="_4" context="_5" location="f1:7" file="f1" line="7" mangled="[^"]+">
    <Argument type="_10" location="f1:7" file="f1" line="7"/>
    <Argument type="_11" location="f1:7" file="f1" line="7"/>
  </Function>
  <FundamentalType id="_4" name="void" size="[0-9]+" align="[0-9]+"/>
  <ReferenceType id="_6" type="_12" size="[0-9]+" align="[0-9]+"/>
  <FundamentalType id="_7" name="short int" size="[0-9]+" align="[0-9]+"/>
  <ReferenceType id="_8" type="_12" size="[0-9]+" align="[0-9]+"/>(broken: duplicate ReferenceType)?
  <FundamentalType id="_9" name="int" size="[0-9]+" align="[0-9]+"/>
  <ReferenceType id="_10" type="_12" size="[0-9]+" align="[0-9]+"/>(broken: duplicate ReferenceType)?
  <FundamentalType id="_11" name="long int" size="[0-9]+" align="[0-9]+"/>
  <Namespace id="_5" name="::"/>
  <Class id="_12" name="A&lt;int&gt;" context="_5" location="f1:2" file="f1" line="2" incomplete="1"/>
  <File id="f1" name=".*/test/input/ReferenceType-to-Class-template.cxx"/>
</GCC_XML>$