Home
last modified time | relevance | path

Searched refs:diagnostic_count (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.h110 int diagnostic_count[DK_LAST_DIAGNOSTIC_KIND]; member
346 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)]
H A Ddiagnostic.c180 memset (context->diagnostic_count, 0, sizeof context->diagnostic_count); in diagnostic_initialize()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.h174 int diagnostic_count[DK_LAST_DIAGNOSTIC_KIND]; member
437 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)]
H A Ddiagnostic.cc181 memset (context->diagnostic_count, 0, sizeof context->diagnostic_count); in diagnostic_initialize()
H A DChangeLog-200120813 (output_state): Add diagnostic_count field.
H A DChangeLog-200218461 * diagnostic.h (diagnostic_count): Move from output_buffer to