GCC Middle and Back End API Reference
|
#include <gengtype.h>
Data Fields | |
struct options * | next |
const char * | name |
enum option_kind | kind |
union { | |
const char * string | |
type_p type | |
struct nested_ptr_data * nested | |
} | info |
A way to pass data through to the output end.
union { ... } options::info |
Referenced by read_state_fileloc().
enum option_kind options::kind |
Referenced by read_state_fileloc().
const char* options::name |
struct nested_ptr_data* options::nested |
Referenced by read_state_fileloc().
struct options* options::next |
Referenced by read_state_type_option().
const char* options::string |
type_p options::type |