Searched refs:DO_PRAGMA (Results 1 – 1 of 1) sorted by relevance
478 #define DO_PRAGMA(X) _Pragma (#X) macro483 #define PRAGMA_DIAGNOSTIC_ERROR(X) DO_PRAGMA( clang diagnostic error #X )484 #define PRAGMA_DIAGNOSTIC_WARNING(X) DO_PRAGMA( clang diagnostic warning #X )485 #define PRAGMA_DIAGNOSTIC_IGNORED(X) DO_PRAGMA( clang diagnostic ignored #X )489 #define PRAGMA_DIAGNOSTIC_ERROR(X) DO_PRAGMA( GCC diagnostic error #X )490 #define PRAGMA_DIAGNOSTIC_WARNING(X) DO_PRAGMA( GCC diagnostic warning #X )491 #define PRAGMA_DIAGNOSTIC_IGNORED(X) DO_PRAGMA( GCC diagnostic ignored #X )509 #define PRAGMA_POISON(X) DO_PRAGMA( GCC poison X )511 #define PRAGMA_POISON(X) DO_PRAGMA( clang poison X )