summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Function-calling-convention-ms-annotate.xml.txt
blob: ba7fb0846fc2cd11f3f8c61a19d63f136a2177c1 (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
26
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
  <Function id="_1" name="start" returns="_5" context="_6" location="f1:1" file="f1" line="1" mangled="[^"]+" attributes="annotate\(an annotation\)">
    <Argument type="_7" location="f1:1" file="f1" line="1"/>
  </Function>
  <Function id="_2" name="start" returns="_5" context="_6" location="f1:2" file="f1" line="2" mangled="[^"]+" attributes="__stdcall__ annotate\(an annotation\)">
    <Argument type="_8" location="f1:2" file="f1" line="2"/>
  </Function>
  <Function id="_3" name="start" returns="_5" context="_6" location="f1:3" file="f1" line="3" mangled="[^"]+" attributes="__fastcall__ annotate\(an annotation\)">
    <Argument type="_9" location="f1:3" file="f1" line="3"/>
  </Function>
  <Function id="_4" name="start" returns="_5" context="_6" location="f1:4" file="f1" line="4" mangled="[^"]+" attributes="__thiscall__ annotate\(an annotation\)">
    <Argument type="_10" location="f1:4" file="f1" line="4"/>
  </Function>
  <FundamentalType id="_5" name="void" size="[0-9]+" align="[0-9]+"/>
  <PointerType id="_7" type="_11"/>
  <PointerType id="_8" type="_12"/>
  <PointerType id="_9" type="_13"/>
  <PointerType id="_10" type="_14"/>
  <Namespace id="_6" name="::"/>
  <FunctionType id="_11" returns="_5"/>
  <FunctionType id="_12" returns="_5" attributes="__stdcall__"/>
  <FunctionType id="_13" returns="_5" attributes="__fastcall__"/>
  <FunctionType id="_14" returns="_5" attributes="__thiscall__"/>
  <File id="f1" name=".*/test/input/Function-calling-convention-ms-annotate.cxx"/>
</GCC_XML>$