OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:diagnostic_kind_count
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic.h
236
#define
diagnostic_kind_count
(DC, DK) (DC)->diagnostic_count[(int) (DK)]
macro
240
#define errorcount
diagnostic_kind_count
(global_dc, DK_ERROR)
242
#define warningcount
diagnostic_kind_count
(global_dc, DK_WARNING)
244
#define sorrycount
diagnostic_kind_count
(global_dc, DK_SORRY)
Completed in 293 milliseconds