GCC Middle and Back End API Reference
|
Data Fields | |
const char * | opt0 |
const char * | opt1 |
const char * | new_prefix |
bool | another_char_needed |
bool | negated |
Structure describing mappings from options on the command line to options to look up with find_opt.
bool option_map::another_char_needed |
Referenced by decode_cmdline_option().
bool option_map::negated |
Referenced by decode_cmdline_option().
const char* option_map::new_prefix |
Referenced by decode_cmdline_option().
const char* option_map::opt0 |
Referenced by decode_cmdline_option().
const char* option_map::opt1 |
Referenced by decode_cmdline_option().