diff options
Diffstat (limited to 'test/expect/gccxml.any.Class-template-Method-return-const.xml.txt')
-rw-r--r-- | test/expect/gccxml.any.Class-template-Method-return-const.xml.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/expect/gccxml.any.Class-template-Method-return-const.xml.txt b/test/expect/gccxml.any.Class-template-Method-return-const.xml.txt new file mode 100644 index 0000000..5bf29e2 --- /dev/null +++ b/test/expect/gccxml.any.Class-template-Method-return-const.xml.txt @@ -0,0 +1,20 @@ +^<\?xml version="1.0"\?> +<GCC_XML[^>]*> + <Class id="_1" name="start<const int>" context="_2" location="f1:4" file="f1" line="4" members="_3 _4 _5 _6 _7" size="[0-9]+" align="[0-9]+"/> + <Method id="_3" name="method" returns="_8c" context="_1" access="private" location="f1:2" file="f1" line="2"/> + <Constructor id="_4" name="start" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"/> + <Constructor id="_5" name="start" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throws="")?> + <Argument type="_10" location="f1:4" file="f1" line="4"/> + </Constructor> + <OperatorMethod id="_6" name="=" returns="_11" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throws="")?> + <Argument type="_10" location="f1:4" file="f1" line="4"/> + </OperatorMethod> + <Destructor id="_7" name="start" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throws="")?/> + <FundamentalType id="_8" name="int" size="[0-9]+" align="[0-9]+"/> + <CvQualifiedType id="_8c" type="_8" const="1"/> + <ReferenceType id="_10" type="_1c"/> + <CvQualifiedType id="_1c" type="_1" const="1"/> + <ReferenceType id="_11" type="_1"/> + <Namespace id="_2" name="::"/> + <File id="f1" name=".*/test/input/Class-template-Method-return-const.cxx"/> +</GCC_XML>$ |