summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.broken.any.ReferenceType-to-Class-template.xml.txt
blob: e15cd3cccd88611e97bd9bd78c4e1a80a041f3bb (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:2" file="f1" line="2" mangled="[^"]+">
    <Argument type="_6" location="f1:2" file="f1" line="2"/>
    <Argument type="_7" location="f1:2" file="f1" line="2"/>
  </Function>
  <Function id="_2" name="start" returns="_4" context="_5" location="f1:3" file="f1" line="3" mangled="[^"]+">
    <Argument type="_8" location="f1:3" file="f1" line="3"/>
    <Argument type="_9" location="f1:3" file="f1" line="3"/>
  </Function>
  <Function id="_3" name="start" returns="_4" context="_5" location="f1:4" file="f1" line="4" mangled="[^"]+">
    <Argument type="_10" location="f1:4" file="f1" line="4"/>
    <Argument type="_11" location="f1:4" file="f1" line="4"/>
  </Function>
  <FundamentalType id="_4" name="void" size="[0-9]+" align="[0-9]+"/>
  <ReferenceType id="_6" type="_12"/>
  <FundamentalType id="_7" name="short int" size="[0-9]+" align="[0-9]+"/>
  <ReferenceType id="_8" type="_12"/>(broken: duplicate ReferenceType)?
  <FundamentalType id="_9" name="int" size="[0-9]+" align="[0-9]+"/>
  <ReferenceType id="_10" type="_12"/>(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:1" file="f1" line="1" incomplete="1"/>
  <File id="f1" name=".*/test/input/ReferenceType-to-Class-template.cxx"/>
</GCC_XML>$