Home
last modified time | relevance | path

Searched refs:warningcount (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Ddiagnostic.h175 #define warningcount diagnostic_kind_count (global_dc, DK_WARNING) macro
H A DChangeLog-200120803 * toplev.h (warningcount, errorcount, sorrycount): Remove
20806 * toplev.c (warningcount, errorcount, sorrycount): Remove
20811 (errorcount, warningcount, sorrycount): Define as macros.
20815 * diagnostic.c (warningcount, errorcount, inhibit_warnings):
H A DChangeLog-199911805 (warningcount): Likewise.
/freebsd-12.1/contrib/gcc/cp/
H A Dmethod.c752 int warning_count = warningcount; in synthesize_method()
814 if (error_count != errorcount || warning_count != warningcount) in synthesize_method()
H A Dcall.c4222 savew = warningcount, savee = errorcount; in build_temp()
4227 if (warningcount > savew) in build_temp()
H A Dtypeck.c6590 savew = warningcount, savee = errorcount; in convert_for_initialization()
6595 if (warningcount > savew) in convert_for_initialization()
H A DChangeLog-20011733 warningcount and errorcount.