Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddiagnostic.h445 #define werrorcount diagnostic_kind_count (global_dc, DK_WERROR) macro
Dtoplev.cc2307 if (warningcount || errorcount || werrorcount) in main()
2330 if (seen_error () || werrorcount) in main()
DChangeLog-201335571 * diagnostic.h (werrorcount): Define.
35576 just werrorcount is non-zero. Exit with FATAL_EXIT_CODE
35577 even if just werrorcount is non-zero.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmethod.cc1781 int warning_count = warningcount + werrorcount; in synthesize_method()
1855 if (error_count != errorcount || warning_count != warningcount + werrorcount) in synthesize_method()
Dtypeck.cc10076 savew = warningcount + werrorcount, savee = errorcount; in convert_for_initialization()
10080 && (warningcount + werrorcount > savew || errorcount > savee)) in convert_for_initialization()
Dcall.cc7657 savew = warningcount + werrorcount, savee = errorcount; in build_temp()
7661 if (warningcount + werrorcount > savew) in build_temp()
DChangeLog-20133625 * pt.c (convert_nontype_argument): Count werrorcount as warnings.
Dpt.cc7487 int errs = errorcount, warns = warningcount + werrorcount; in convert_nontype_argument()
7492 if (errorcount > errs || warningcount + werrorcount > warns) in convert_nontype_argument()