Searched refs:GCC_DIAG_STYLE (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtoplev.h46 #ifndef GCC_DIAG_STYLE
47 #define GCC_DIAG_STYLE __gcc_tdiag__ macro
53 #define ATTRIBUTE_GCC_DIAG(m, n) __attribute__ ((__format__ (GCC_DIAG_STYLE, m, n))) ATTRIBUTE_NONNULL(m)
H A Dc-semantics.c38 #define GCC_DIAG_STYLE __gcc_cdiag__ macro
H A Dc-common.h1171 #ifndef GCC_DIAG_STYLE macro
1172 #define GCC_DIAG_STYLE __gcc_cdiag__
H A Dc-tree.h645 #define ATTRIBUTE_GCC_CDIAG(m, n) __attribute__ ((__format__ (GCC_DIAG_STYLE, m ,n))) ATTRIBUTE_NONNULL(m)
/freebsd-10.1-release/contrib/gcc/cp/
H A Dcp-tree.h4636 toplev.h, not after. We override the definition of GCC_DIAG_STYLE
4638 #undef GCC_DIAG_STYLE
4639 #define GCC_DIAG_STYLE __gcc_cxxdiag__
4641 #define ATTRIBUTE_GCC_CXXDIAG(m, n) __attribute__ ((__format__ (GCC_DIAG_STYLE, m, n))) ATTRIBUTE_NONNULL(m)
4629 #undef GCC_DIAG_STYLE macro
4630 #define GCC_DIAG_STYLE macro

Completed in 115 milliseconds