Searched refs:diagnostic_kind_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Ddiagnostic.h169 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] macro
173 #define errorcount diagnostic_kind_count (global_dc, DK_ERROR)
175 #define warningcount diagnostic_kind_count (global_dc, DK_WARNING)
177 #define sorrycount diagnostic_kind_count (global_dc, DK_SORRY)
H A Ddiagnostic.c186 if ((diagnostic_kind_count (context, DK_ERROR) > 0
187 || diagnostic_kind_count (context, DK_SORRY) > 0)
203 ++diagnostic_kind_count (context, kind);
217 ++diagnostic_kind_count (context, DK_WARNING);
229 ++diagnostic_kind_count (context, DK_ERROR);

Completed in 121 milliseconds