GCC Middle and Back End API Reference
|
#include <read-md.h>
Data Fields | |
char * | name |
char * | value |
struct enum_type * | parent_enum |
This structure represents a constant defined by define_constant, define_enum, or such-like.
char* md_constant::name |
Referenced by add_constant(), find_int(), print_enum_type(), print_enum_type(), and md_reader::read_name_1().
struct enum_type* md_constant::parent_enum |
Referenced by add_constant().
char* md_constant::value |
Referenced by add_constant(), apply_int_iterator(), get_int_token(), and print_enum_type().