Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dmacros.h498 #define PRAGMA_DIAGNOSTIC_ERROR(X) DO_PRAGMA( clang diagnostic error #X ) macro
504 #define PRAGMA_DIAGNOSTIC_ERROR(X) DO_PRAGMA( GCC diagnostic error #X ) macro
510 #define PRAGMA_DIAGNOSTIC_ERROR(X) macro