OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCC_DIAG_STYLE
(Results
1 - 3
of
3
) 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-core.h
46
#ifndef
GCC_DIAG_STYLE
47
#define
GCC_DIAG_STYLE
__gcc_tdiag__
53
#define ATTRIBUTE_GCC_DIAG(m, n) __attribute__ ((__format__ (
GCC_DIAG_STYLE
, m, n))) ATTRIBUTE_NONNULL(m)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h
39
#ifndef
GCC_DIAG_STYLE
40
#define
GCC_DIAG_STYLE
__gcc_cdiag__
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h
31
diagnostic-core.h, not after. We override the definition of
GCC_DIAG_STYLE
33
#undef
GCC_DIAG_STYLE
34
#define
GCC_DIAG_STYLE
__gcc_cxxdiag__
[
all
...]
Completed in 355 milliseconds