|
GCC Middle and Back End API Reference
|
#include <gengtype.h>

Data Structures | |
| union | [union].u |
Data Fields | |
| enum typekind | kind |
| type_p | next |
| int | state_number |
| type_p | pointer_to |
| enum gc_used_enum | gc_used |
| union | u |
Our type structure describes all types handled by gengtype.
| enum gc_used_enum type::gc_used |
| enum typekind type::kind |
| type_p type::next |
| type_p type::pointer_to |
Referenced by read_state_common_type_content(), and state_writer::write_state_common_type_content().
| int type::state_number |
Referenced by equals_type_number(), hash_type_number(), read_state_already_seen_type(), read_state_array_type(), read_state_common_type_content(), read_state_lang_struct_type(), read_state_pointer_type(), read_state_struct_type(), read_state_undefined_type(), read_state_union_type(), read_state_user_struct_type(), state_writer::write_state_common_type_content(), state_writer::write_state_lang_struct_type(), state_writer::write_state_struct_union_type(), state_writer::write_state_type(), state_writer::write_state_undefined_type(), and state_writer::write_state_user_struct_type().
| union type::[union].u type::u |
Referenced by read_state_array_type(), read_state_lang_struct_type(), read_state_pointer_type(), read_state_struct_type(), read_state_undefined_type(), read_state_union_type(), read_state_user_struct_type(), type_fileloc(), state_writer::write_state_array_type(), state_writer::write_state_lang_struct_type(), state_writer::write_state_pointer_type(), state_writer::write_state_struct_type(), state_writer::write_state_struct_union_type(), state_writer::write_state_undefined_type(), state_writer::write_state_union_type(), and state_writer::write_state_user_struct_type().