Home
last modified time | relevance | path

Searched defs:PRAGMA_DIAGNOSTIC_ERROR (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/
Dmacros.h458 #define PRAGMA_DIAGNOSTIC_ERROR(X) DO_PRAGMA( clang diagnostic error #X ) macro
464 #define PRAGMA_DIAGNOSTIC_ERROR(X) DO_PRAGMA( GCC diagnostic error #X ) macro
470 #define PRAGMA_DIAGNOSTIC_ERROR(X) macro