Searched refs:warningcount (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | diagnostic.h | 175 #define warningcount diagnostic_kind_count (global_dc, DK_WARNING) macro
|
| H A D | ChangeLog-2001 | 20803 * 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 D | ChangeLog-1999 | 11805 (warningcount): Likewise.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | method.c | 752 int warning_count = warningcount; in synthesize_method() 814 if (error_count != errorcount || warning_count != warningcount) in synthesize_method()
|
| H A D | call.c | 4222 savew = warningcount, savee = errorcount; in build_temp() 4227 if (warningcount > savew) in build_temp()
|
| H A D | typeck.c | 6590 savew = warningcount, savee = errorcount; in convert_for_initialization() 6595 if (warningcount > savew) in convert_for_initialization()
|
| H A D | ChangeLog-2001 | 1733 warningcount and errorcount.
|