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