Home
last modified time | relevance | path

Searched defs:cl_option (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopts.h55 struct cl_option struct
79 own index (i.e., cl_options[IDX].neg_idx == IDX holds). */ argument
80 int neg_index;
82 unsigned int flags;
84 BOOL_BITFIELD cl_disabled : 1;
88 unsigned int cl_separate_nargs : 2;
90 BOOL_BITFIELD cl_separate_alias : 1;
92 BOOL_BITFIELD cl_negative_alias : 1;
94 BOOL_BITFIELD cl_no_driver_arg : 1;
96 BOOL_BITFIELD cl_reject_driver : 1;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopts.h67 struct cl_option struct
91 own index (i.e., cl_options[IDX].neg_idx == IDX holds). */ argument
92 int neg_index;
94 unsigned int flags;
96 BOOL_BITFIELD cl_disabled : 1;
100 unsigned int cl_separate_nargs : 2;
102 BOOL_BITFIELD cl_separate_alias : 1;
104 BOOL_BITFIELD cl_negative_alias : 1;
106 BOOL_BITFIELD cl_no_driver_arg : 1;
108 BOOL_BITFIELD cl_reject_driver : 1;
[all …]