|
GCC Middle and Back End API Reference
|
Data Fields | |
| enum typestatus | status |
| int | file_number |
| int | type_number |
Structure recording information about a C data type. The status element says whether we have yet output the definition of the type. TYPE_XREF says we have output it as a cross-reference only. The file_number and type_number elements are used if DBX_USE_BINCL is defined.
| int typeinfo::file_number |
Referenced by dbxout_type(), and dbxout_type_index().
| enum typestatus typeinfo::status |
Referenced by dbxout_type().
| int typeinfo::type_number |
Referenced by dbxout_type(), and dbxout_type_index().