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 |
The name of the constant.
Referenced by read_name().
struct enum_type* md_constant::parent_enum |
If the constant is associated with a enumeration, this field points to that enumeration, otherwise it is null.
char* md_constant::value |
The string to which the constants expands.
Referenced by read_name().