Searched refs:_Pragma (Results 1 – 9 of 9) sorted by relevance
570 #define PT_REGS_PARM1(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })571 #define PT_REGS_PARM2(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })572 #define PT_REGS_PARM3(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })573 #define PT_REGS_PARM4(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })574 #define PT_REGS_PARM5(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })575 #define PT_REGS_PARM6(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })576 #define PT_REGS_PARM7(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })577 #define PT_REGS_PARM8(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })578 #define PT_REGS_RET(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })579 #define PT_REGS_FP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })[all …]
46 _Pragma("GCC diagnostic push") \47 _Pragma("GCC diagnostic ignored \"-Wignored-attributes\"") \49 _Pragma("GCC diagnostic pop") \260 _Pragma("GCC diagnostic push") \261 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \263 _Pragma("GCC diagnostic pop") \278 _Pragma("GCC diagnostic push") \279 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \281 _Pragma("GCC diagnostic pop") \309 _Pragma("GCC diagnostic push") \[all …]
13 #define __pick_unrolled(x, y) _Pragma(#x)15 #define __pick_unrolled(x, y) _Pragma(#y)
118 #define __diag(s) _Pragma(__diag_str(GCC diagnostic s))
5 #define DO_PRAGMA_(X) _Pragma(#X)
59 _Pragma("GCC diagnostic ignored \"-Wformat-zero-length\""); \61 _Pragma("GCC diagnostic warning \"-Wformat-zero-length\""); \
131 # define DONT_VECTORIZE _Pragma("GCC optimize(\"no-tree-vectorize\")")
154 _Pragma("GCC diagnostic push") \155 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \157 _Pragma("GCC diagnostic pop")
525 class _Pragma(_XdrAst): class796 return _Pragma()