Home
last modified time | relevance | path

Searched refs:diagnostic_check_max_errors (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.h410 void diagnostic_check_max_errors (diagnostic_context *, bool flush = false);
H A Ddiagnostic.c527 diagnostic_check_max_errors (diagnostic_context *context, bool flush) in diagnostic_check_max_errors() function
1119 diagnostic_check_max_errors (context); in diagnostic_report_diagnostic()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.h520 void diagnostic_check_max_errors (diagnostic_context *, bool flush = false);
H A Ddiagnostic.cc610 diagnostic_check_max_errors (diagnostic_context *context, bool flush) in diagnostic_check_max_errors() function
1346 diagnostic_check_max_errors (context); in diagnostic_report_diagnostic()
H A DChangeLog-20162289 * diagnostic.c (diagnostic_check_max_errors): New, broken out of ...
2293 (diagnostic_check_max_errors): Declare.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Derror.c1303 diagnostic_check_max_errors (global_dc, true); in gfc_warning_check()
1448 diagnostic_check_max_errors (global_dc, true); in gfc_error_check()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Derror.cc1404 diagnostic_check_max_errors (global_dc, true); in gfc_warning_check()
1549 diagnostic_check_max_errors (global_dc, true); in gfc_error_check()
H A DChangeLog-2016318 * error.c (gfc_warning_check): Call diagnostic_check_max_errors.