|
GCC Middle and Back End API Reference
|

Data Fields | |
| struct pointer_set_t * | decls_seen |
| struct pointer_set_t * | pot_dummy_types |
| htab_t | keyword_hash |
| htab_t | type_hash |
| htab_t | invalid_hash |
| struct obstack | type_obstack |
A container for the data we pass around when generating information at the end of the compilation.
| struct pointer_set_t* godump_container::decls_seen |
DECLs that we have already seen.
Referenced by go_output_typedef().
| htab_t godump_container::invalid_hash |
Invalid types.
Referenced by go_append_string(), and go_output_typedef().
| htab_t godump_container::keyword_hash |
Go keywords.
| struct pointer_set_t* godump_container::pot_dummy_types |
Types which may potentially have to be defined as dummy types.
| htab_t godump_container::type_hash |
Global type definitions.
Referenced by go_output_typedef().
| struct obstack godump_container::type_obstack |
Obstack used to write out a type definition.