HomeSort by: relevance | last modified time | path
    Searched defs:diagnostic_kind_count (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic.h 437 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] macro
441 #define errorcount diagnostic_kind_count (global_dc, DK_ERROR)
443 #define warningcount diagnostic_kind_count (global_dc, DK_WARNING)
445 #define werrorcount diagnostic_kind_count (global_dc, DK_WERROR)
447 #define sorrycount diagnostic_kind_count (global_dc, DK_SORRY)

Completed in 15 milliseconds