|
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 |
Referenced by enum_arg_to_value(), enum_value_to_arg(), print_filtered_help(), and read_cmdline_option().
| unsigned int cl_enum_arg::flags |
Referenced by enum_arg_ok_for_language().
| int cl_enum_arg::value |
Referenced by enum_arg_to_value().