GCC Middle and Back End API Reference
|
Data Fields | |
hash_set< tree > | decls_seen |
hash_set< const char *, false, godump_str_hash > | 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.
Referenced by go_output_typedef(), and go_output_var().
htab_t godump_container::invalid_hash |
Referenced by go_finish(), go_format_type(), go_output_typedef(), and go_output_var().
htab_t godump_container::keyword_hash |
Referenced by go_finish(), go_format_type(), and keyword_hash_init().
hash_set<const char *, false, godump_str_hash> godump_container::pot_dummy_types |
Referenced by go_finish(), go_format_type(), and go_output_var().
htab_t godump_container::type_hash |
Referenced by go_finish(), go_output_typedef(), and go_output_var().
struct obstack godump_container::type_obstack |
Referenced by go_finish(), go_format_type(), go_output_type(), and go_output_var().