| /src/external/bsd/nsd/dist/simdzone/src/ |
| diagnostic.h | 20 // #pragma GCC diagnostic was added in GCC 4.6 26 # define pragma(x) _Pragma(#x) macro 27 # define diagnostic_ignored(warning) pragma(warning)
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| directives.cc | 40 /* Contains a registered pragma or pragma namespace. */ 45 const cpp_hashnode *pragma; /* Name and length. */ member in struct:pragma_entry 160 D(pragma, T_PRAGMA, STDC89, IN_I) \ 783 #pragma dependency. The string is malloced and the caller should 815 dir = UC"pragma dependency"; 826 /* This pragma allows extra tokens after the file name. */ 1257 /* Lookup a PRAGMA name in a singly-linked CHAIN. Returns the 1259 be the start of a namespace chain, or a pragma. */ 1261 lookup_pragma_entry (struct pragma_entry *chain, const cpp_hashnode *pragma) [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| directives.cc | 40 /* Contains a registered pragma or pragma namespace. */ 45 const cpp_hashnode *pragma; /* Name and length. */ member in struct:pragma_entry 160 D(pragma, T_PRAGMA, STDC89, IN_I) \ 765 #pragma dependency. The string is malloced and the caller should 797 dir = UC"pragma dependency"; 808 /* This pragma allows extra tokens after the file name. */ 1239 /* Lookup a PRAGMA name in a singly-linked CHAIN. Returns the 1241 be the start of a namespace chain, or a pragma. */ 1243 lookup_pragma_entry (struct pragma_entry *chain, const cpp_hashnode *pragma) [all...] |
| /src/external/gpl3/gcc/dist/libcpp/include/ |
| cpplib.h | 150 TK(PRAGMA, NONE) /* Only for deferred pragmas. */ \ 281 unsigned int GTY ((tag ("CPP_TOKEN_FLD_PRAGMA"))) pragma; member in union:cpp_token_u
|
| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| cpplib.h | 147 TK(PRAGMA, NONE) /* Only for deferred pragmas. */ \ 273 unsigned int GTY ((tag ("CPP_TOKEN_FLD_PRAGMA"))) pragma; member in union:cpp_token_u
|