GCC Middle and Back End API Reference
option_map Struct Reference

Data Fields

const char * opt0
const char * opt1
const char * new_prefix
bool another_char_needed
bool negated

Detailed Description

Structure describing mappings from options on the command line to
   options to look up with find_opt.   

Field Documentation

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().


The documentation for this struct was generated from the following file: