Searched refs:opt_text (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | opt-suggestions.cc | 107 const char *opt_text = option->opt_text; in build_option_suggestions() local 116 char *with_arg = concat (opt_text, e->values[j].arg, NULL); in build_option_suggestions() 124 opt_text); in build_option_suggestions() 138 char *with_arg = concat (opt_text, option_values[j], in build_option_suggestions() 150 opt_text); in build_option_suggestions() 168 opt_text); in build_option_suggestions() 179 optb.opt_text = opt_text = "-fno-sanitize="; in build_option_suggestions() 184 char *with_arg = concat (opt_text, in build_option_suggestions()
|
| D | opts-common.cc | 91 comp = strncmp (input, cl_options[md].opt_text + 1, opt_len); in find_opt() 114 if (!strncmp (input, opt->opt_text + 1, opt->opt_len) in find_opt() 145 && strncmp (input, cl_options[mnc].opt_text + 1, cmp_len) == 0) in find_opt() 160 && strncmp (cl_options[mnc].opt_text + 1, in find_opt() 161 cl_options[mn_orig + 1].opt_text + 1, in find_opt() 385 const char *opt_text = option->opt_text; in generate_canonical_option() local 389 && (opt_text[1] == 'W' || opt_text[1] == 'f' in generate_canonical_option() 390 || opt_text[1] == 'g' || opt_text[1] == 'm')) in generate_canonical_option() 394 t[1] = opt_text[1]; in generate_canonical_option() 398 memcpy (t + 5, opt_text + 2, option->opt_len); in generate_canonical_option() [all …]
|
| D | opts.cc | 1619 target->opt_text, option->alias_arg, in print_filtered_help() 1620 target->opt_text, option->neg_alias_arg); in print_filtered_help() 1624 target->opt_text, option->alias_arg); in print_filtered_help() 1629 target->opt_text); in print_filtered_help() 1637 help, cl_options [option->alias_target].opt_text); in print_filtered_help() 1668 opt = option->opt_text; in print_filtered_help() 1767 target->opt_text, in print_filtered_help() 1876 option->opt_text); in print_filtered_help() 3551 return concat (cl_options[OPT_Werror_].opt_text, in option_name() 3553 cl_options[option_index].opt_text + 2, in option_name() [all …]
|
| D | opts.h | 70 const char *opt_text; member
|
| D | targhooks.cc | 2289 return pch_option_mismatch (cl_options[i].opt_text); in default_pch_valid_p()
|
| D | ChangeLog-2003 | 15062 * c-opts.c (c_common_handle_option): opt_text now contains the '-'. 15067 (find_opt, handle_option, common_handle_option): opt_text now
|
| D | ChangeLog-2011 | 3689 * opts-common.c (generate_canonical_option): Free opt_text
|