Searched refs:opt_text (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dopts.h45 const char *opt_text; member in struct:cl_option
H A Dopts-common.c67 comp = strncmp (input, cl_options[md].opt_text + 1, opt_len);
88 if (!strncmp (input, opt->opt_text + 1, opt->opt_len)
H A Dopts.c561 option->opt_text);
1669 indent = print_switch (cl_options[i].opt_text, indent);
1711 opt = cl_options[i].opt_text;
H A Ddiagnostic.c403 " [", cl_options[diagnostic->option_index].opt_text, "]", NULL));
H A Dtoplev.c1299 "", cl_options[j].opt_text);
1452 return pch_option_mismatch (cl_options[i].opt_text);
H A Dc-pragma.c716 if (strcmp (cl_options[option_index].opt_text, option_string) == 0)
H A Dc-opts.c598 warning (0, "switch %qs is no longer supported", option->opt_text);

Completed in 114 milliseconds