#include <opts.h>
Field Documentation
const char* cl_option::alias_arg |
Argument of alias target when positive option given, or NULL.
unsigned short cl_option::alias_target |
Alias target, or N_OPTS if not an alias.
unsigned short cl_option::back_chain |
Previous option that is an initial substring of this one, or
N_OPTS if none.
BOOL_BITFIELD cl_option::cl_disabled |
Disabled in this configuration.
BOOL_BITFIELD cl_option::cl_host_wide_int |
BOOL_BITFIELD cl_option::cl_missing_ok |
Missing argument OK (joined).
BOOL_BITFIELD cl_option::cl_negative_alias |
Alias to negative form of option.
BOOL_BITFIELD cl_option::cl_no_driver_arg |
Option takes no argument in the driver.
BOOL_BITFIELD cl_option::cl_reject_driver |
Reject this option in the driver.
BOOL_BITFIELD cl_option::cl_reject_negative |
BOOL_BITFIELD cl_option::cl_report |
Report argument with -fverbose-asm
BOOL_BITFIELD cl_option::cl_separate_alias |
unsigned int cl_option::cl_separate_nargs |
Options marked with CL_SEPARATE take a number of separate
arguments (1 to 4) that is one more than the number in this
bit-field.
BOOL_BITFIELD cl_option::cl_tolower |
Argument should be converted to lowercase.
BOOL_BITFIELD cl_option::cl_uinteger |
Argument is an integer >=0.
unsigned short cl_option::flag_var_offset |
Offset of field for this option in struct gcc_options, or
(unsigned short) -1 if none.
unsigned int cl_option::flags |
const char* cl_option::help |
Help text for --help, or NULL.
const char* cl_option::missing_argument_error |
const char* cl_option::neg_alias_arg |
Argument of alias target when negative option given, or NULL.
Next option in a sequence marked with Negative, or -1 if none.
Referenced by cancel_option().
unsigned char cl_option::opt_len |
Option length, not including initial '-'.
Referenced by find_opt().
const char* cl_option::opt_text |
unsigned short cl_option::var_enum |
Value or bit-mask with which to set a field.
const char* cl_option::warn_message |
Warning to give when this option is used, or NULL.
The documentation for this struct was generated from the following file: