Home
last modified time | relevance | path

Searched refs:option_enabled (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dopts.h91 extern int option_enabled (int opt_idx);
Ddiagnostic.c380 if (! option_enabled (diagnostic->option_index)) in diagnostic_report_diagnostic()
Dopts.c1795 option_enabled (int opt_idx) in option_enabled() function
1838 state->ch = option_enabled (option); in get_option_state()
Dtoplev.c1297 && option_enabled (j) > 0) in print_switch_values()
DChangeLog-200517347 * opts.c (handle_option, option_enabled): Update after above name
20618 * opts.c (option_enabled): Accept the option index instead of a
20620 * opts.h (option_enabled): Likewise.
28818 (option_enabled, print_filtered_help): Declare.
28826 (option_enabled): New function.
28834 (print_switch_values): Use option_enabled.