Home
last modified time | relevance | path

Searched refs:show_option_requested (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.h163 bool show_option_requested; member
H A Ddiagnostic-format-json.cc304 context->show_option_requested = false; in diagnostic_output_format_init()
H A Ddiagnostic.c193 context->show_option_requested = false; in diagnostic_initialize()
1164 if (context->show_option_requested) in diagnostic_report_diagnostic()
H A Dtoplev.c1188 global_dc->show_option_requested in general_init()
H A Dopts.c2469 dc->show_option_requested = value;
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.h227 bool show_option_requested; member
H A Ddiagnostic-format-json.cc332 context->show_option_requested = false; in diagnostic_output_format_init()
H A Ddiagnostic.c193 context->show_option_requested = false; in diagnostic_initialize()
1164 if (context->show_option_requested) in diagnostic_report_diagnostic()
H A Ddiagnostic.cc194 context->show_option_requested = false; in diagnostic_initialize()
1389 if (context->show_option_requested) in diagnostic_report_diagnostic()
H A Dtoplev.c1188 global_dc->show_option_requested in general_init()
H A Dtoplev.cc1045 global_dc->show_option_requested in general_init()
H A Dopts.c2469 dc->show_option_requested = value;
H A Dopts.cc2845 dc->show_option_requested = value; in common_handle_option()
H A DChangeLog-200520530 * diagnostic.h (diagnostic_context): Add show_option_requested flag.
20531 * diagnostic.c (diagnostic_initialize): Initialize show_option_requested.