GCC Middle and Back End API Reference
|
#include <opts.h>
Data Fields | |
const char * | arg |
int | value |
unsigned int | flags |
Structure describing an enumerated option argument.
const char* cl_enum_arg::arg |
The argument text, or NULL at the end of the array.
Referenced by opt_enum_arg_to_value().
unsigned int cl_enum_arg::flags |
Flags associated with this argument.
Referenced by option_ok_for_language().
int cl_enum_arg::value |
The corresponding integer value.
Referenced by enum_arg_ok_for_language().