Home
last modified time | relevance | path

Searched refs:CLVC_ENUM (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopts-common.c326 gcc_assert (option->var_type == CLVC_ENUM); in opt_enum_arg_to_value()
808 if (arg && (option->var_type == CLVC_ENUM)) in decode_cmdline_option()
1508 case CLVC_ENUM: in set_option()
1599 case CLVC_ENUM: in option_enabled()
1643 case CLVC_ENUM: in get_option_state()
1688 || option->var_type == CLVC_ENUM in control_warning_option()
1718 if (arg && option->var_type == CLVC_ENUM) in control_warning_option()
H A Dopt-suggestions.c111 if (option->var_type == CLVC_ENUM) in build_option_suggestions()
H A Dopts.h48 CLVC_ENUM, enumerator
H A Dopts.c1445 else if (option->var_type == CLVC_ENUM) in print_filtered_help()
1521 if (option->var_type == CLVC_ENUM in print_filtered_help()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopts-common.cc329 gcc_assert (option->var_type == CLVC_ENUM); in opt_enum_arg_to_value()
812 if (arg && (option->var_type == CLVC_ENUM)) in decode_cmdline_option()
1695 case CLVC_ENUM: in set_option()
1796 case CLVC_ENUM: in option_enabled()
1840 case CLVC_ENUM: in get_option_state()
1885 || option->var_type == CLVC_ENUM in control_warning_option()
1915 if (arg && option->var_type == CLVC_ENUM) in control_warning_option()
H A Dopt-suggestions.cc111 if (option->var_type == CLVC_ENUM) in build_option_suggestions()
H A Dopts.h48 CLVC_ENUM, enumerator
H A Dopts.cc1722 else if (option->var_type == CLVC_ENUM) in print_filtered_help()
1798 if (option->var_type == CLVC_ENUM in print_filtered_help()
3770 if (cl_options[i].var_type == CLVC_ENUM in test_enum_sets()
H A DChangeLog12205 CLVC_ENUM with non-zero var_value. Initialize decoded->mask.
12211 (set_option): Add mask argument, use it for CLVC_ENUM.
H A DChangeLog-20103008 (set_option, option_enabled, get_option_state): Handle CLVC_ENUM.
3019 * opts.h (enum cl_var_type): Add CLVC_ENUM.
H A DChangeLog-20152184 to handle_generated_option. Handle CLVC_ENUM like
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c15706 else if (cl_options[opt].var_type == CLVC_ENUM) in s390_valid_target_attribute_inner_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc16004 else if (cl_options[opt].var_type == CLVC_ENUM) in s390_valid_target_attribute_inner_p()