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

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-core.h 60 #ifndef GCC_DIAG_STYLE
61 #define GCC_DIAG_STYLE __gcc_tdiag__
67 #define ATTRIBUTE_GCC_DIAG(m, n) __attribute__ ((__format__ (GCC_DIAG_STYLE, m, n))) ATTRIBUTE_NONNULL(m)
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-core.h 57 #ifndef GCC_DIAG_STYLE
58 #define GCC_DIAG_STYLE __gcc_tdiag__
64 #define ATTRIBUTE_GCC_DIAG(m, n) __attribute__ ((__format__ (GCC_DIAG_STYLE, m, n))) ATTRIBUTE_NONNULL(m)
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 45 #undef GCC_DIAG_STYLE
46 #define GCC_DIAG_STYLE __gcc_tdiag__
48 #undef GCC_DIAG_STYLE
49 #define GCC_DIAG_STYLE __gcc_gfc__
gfortran.h 36 diagnostic-core.h, not after. We override the definition of GCC_DIAG_STYLE
38 #undef GCC_DIAG_STYLE
39 #define GCC_DIAG_STYLE __gcc_gfc__
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 44 #undef GCC_DIAG_STYLE
45 #define GCC_DIAG_STYLE __gcc_tdiag__
47 #undef GCC_DIAG_STYLE
48 #define GCC_DIAG_STYLE __gcc_gfc__
gfortran.h 36 diagnostic-core.h, not after. We override the definition of GCC_DIAG_STYLE
38 #undef GCC_DIAG_STYLE
39 #define GCC_DIAG_STYLE __gcc_gfc__
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.h 41 #ifndef GCC_DIAG_STYLE
42 #define GCC_DIAG_STYLE __gcc_cdiag__
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.h 41 #ifndef GCC_DIAG_STYLE
42 #define GCC_DIAG_STYLE __gcc_cdiag__
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 32 diagnostic-core.h, not after. We override the definition of GCC_DIAG_STYLE
34 #undef GCC_DIAG_STYLE
35 #define GCC_DIAG_STYLE __gcc_cxxdiag__
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 30 diagnostic-core.h, not after. We override the definition of GCC_DIAG_STYLE
32 #undef GCC_DIAG_STYLE
33 #define GCC_DIAG_STYLE __gcc_cxxdiag__

Completed in 67 milliseconds