Home
last modified time | relevance | path

Searched refs:fatal_errors (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl2/xcvs/dist/src/
H A Dlog-buffer.c39 bool fatal_errors; member
90 error (lb->fatal_errors, errno, "failed to open log file."); in log_buffer_force_file()
129 bool fatal_errors, in log_buffer_initialize() argument
142 lb->fatal_errors = fatal_errors; in log_buffer_initialize()
189 fatal_errors, in log_buffer_initialize()
244 lb->fatal_errors, in log_buffer_input()
297 lb->fatal_errors, in log_buffer_output()
384 error (lb->fatal_errors, errno, "failed to rewind log buf."); in log_buffer_rewind()
H A Dlog-buffer.h23 bool fatal_errors,
H A DChangeLog2844 fatal_errors.
3337 * log-buffer.c (log_buffer_output): Handle fatal_errors.
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Derror.c798 bool fatal_errors = global_dc->fatal_errors; in gfc_warning() local
807 global_dc->fatal_errors = false; in gfc_warning()
820 global_dc->fatal_errors = fatal_errors; in gfc_warning()
1332 bool fatal_errors = global_dc->fatal_errors; in gfc_error_opt() local
1345 global_dc->fatal_errors = false; in gfc_error_opt()
1357 global_dc->fatal_errors = fatal_errors; in gfc_error_opt()
H A Derror.cc899 bool fatal_errors = global_dc->fatal_errors; in gfc_warning() local
908 global_dc->fatal_errors = false; in gfc_warning()
921 global_dc->fatal_errors = fatal_errors; in gfc_warning()
1433 bool fatal_errors = global_dc->fatal_errors; in gfc_error_opt() local
1446 global_dc->fatal_errors = false; in gfc_error_opt()
1458 global_dc->fatal_errors = fatal_errors; in gfc_error_opt()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Derror.c798 bool fatal_errors = global_dc->fatal_errors; in gfc_warning() local
807 global_dc->fatal_errors = false; in gfc_warning()
820 global_dc->fatal_errors = fatal_errors; in gfc_warning()
1332 bool fatal_errors = global_dc->fatal_errors; in gfc_error_opt() local
1345 global_dc->fatal_errors = false; in gfc_error_opt()
1357 global_dc->fatal_errors = fatal_errors; in gfc_error_opt()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.h182 bool fatal_errors; member
H A Ddiagnostic.c199 context->fatal_errors = false; in diagnostic_initialize()
565 if (context->fatal_errors) in diagnostic_action_after_output()
H A Dopts.c2334 dc->fatal_errors = value;
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.h246 bool fatal_errors; member
H A Ddiagnostic.c199 context->fatal_errors = false; in diagnostic_initialize()
565 if (context->fatal_errors) in diagnostic_action_after_output()
H A Ddiagnostic.cc200 context->fatal_errors = false; in diagnostic_initialize()
648 if (context->fatal_errors) in diagnostic_action_after_output()
H A Dopts.c2334 dc->fatal_errors = value;
H A Dopts.cc2715 dc->fatal_errors = value; in common_handle_option()
H A DChangeLog-201029960 (diagnostic_action_after_output): Check fatal_errors flag in context.
29968 pedantic_errors, permissive and fatal_errors fields.