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

/freebsd-11.0-release/contrib/gcc/
H A Ddiagnostic.h68 int diagnostic_count[DK_LAST_DIAGNOSTIC_KIND]; member in struct:diagnostic_context
169 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)]
H A Ddiagnostic.c105 memset (context->diagnostic_count, 0, sizeof context->diagnostic_count);

Completed in 106 milliseconds