GCC Middle and Back End API Reference
|
#include <read-md.h>
Data Fields | |
struct enum_value * | next |
char * | name |
struct md_constant * | def |
This structure represents one value in an enum_type.
struct md_constant* enum_value::def |
Referenced by md_reader::handle_enum(), print_enum_type(), and print_enum_type().
char* enum_value::name |
Referenced by gen_attr(), and md_reader::handle_enum().
struct enum_value* enum_value::next |
Referenced by gen_attr(), md_reader::handle_enum(), print_enum_type(), and print_enum_type().