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 |
The definition of the related C value.
char* enum_value::name |
The name of the value as it appears in the .md file.
struct enum_value* enum_value::next |
The next value in the enum, or null if this is the last.