[GCC-XML]Function args

kevin j. miles kmiles at edaptive.com
Tue Sep 10 16:25:10 EDT 2002


c++ code:

void Read_Time_Int (long unsigned int *upper_rtc, long unsigned int
*lower_rtc);


gccxml:


<Function id="_6" name="Read_Time_Int" returns="_31" context="_1"
location="f0:94" extern="1">
    <Argument type="_32"/>
    <Argument type="_32"/>
 </Function>
    ...
<PointerType id="_32" type="_20"/>
    ...
<FundamentalType id="_20" name="long unsigned int"/>


This is similar to my last posting but still...
We seemed to have lost the Argument names for the function...
kjm





More information about the gccxml mailing list