|
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 |
Referenced by go_finish(), go_format_type(), go_output_typedef(), and go_output_var().
| htab_t godump_container::invalid_hash |
Referenced by find_dummy_types(), go_finish(), go_format_type(), and go_output_typedef().
| htab_t godump_container::keyword_hash |
Referenced by go_finish(), go_format_type(), and keyword_hash_init().
| struct pointer_set_t* godump_container::pot_dummy_types |
Referenced by go_finish(), go_format_type(), and go_output_var().
| htab_t godump_container::type_hash |
Referenced by find_dummy_types(), go_finish(), go_output_typedef(), and go_output_var().
| struct obstack godump_container::type_obstack |
Referenced by go_finish(), go_format_type(), and go_output_type().