OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon May 04 00:23:20 UTC 2026