Home
last modified time | relevance | path

Searched refs:__diag (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcompiler-gcc.h118 #define __diag(s) _Pragma(__diag_str(GCC diagnostic s)) macro
121 #define __diag_GCC_8(s) __diag(s)
126 #define __diag_GCC_all(s) __diag(s)
129 __diag(__diag_GCC_ignore option)
H A Dcompiler-clang.h132 #define __diag(s) _Pragma(__diag_str(clang diagnostic s)) macro
134 #define __diag_clang_13(s) __diag(s)