|
GCC Middle and Back End API Reference
|
#include <read-md.h>

Data Fields | |
| char * | name |
| bool | md_p |
| struct enum_value * | values |
| struct enum_value ** | tail_ptr |
| unsigned int | num_values |
This structure represents an enum defined by define_enum or the like.
| bool enum_type::md_p |
Referenced by gen_attr(), and handle_enum().
| char* enum_type::name |
Referenced by handle_enum(), and print_enum_type().
| unsigned int enum_type::num_values |
Referenced by handle_enum(), and print_enum_type().
| struct enum_value** enum_type::tail_ptr |
Referenced by handle_enum().
| struct enum_value* enum_type::values |
Referenced by gen_attr(), handle_enum(), and print_enum_type().