Searched refs:_Pragma (Results 1 – 11 of 11) 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 …]
38 _Pragma("GCC diagnostic push") \39 _Pragma("GCC diagnostic ignored \"-Wignored-attributes\"") \41 _Pragma("GCC diagnostic pop") \250 _Pragma("GCC diagnostic push") \251 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \253 _Pragma("GCC diagnostic pop") \268 _Pragma("GCC diagnostic push") \269 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \271 _Pragma("GCC diagnostic pop") \299 _Pragma("GCC diagnostic push") \[all …]
242 _Pragma("GCC diagnostic push") \243 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \245 _Pragma("GCC diagnostic pop") \
18 #define loop_unrolled_for _Pragma("clang loop unroll_count(4)") for20 #define loop_unrolled_for _Pragma("GCC unroll 4") for
11 #define loop_unrolled_for _Pragma("clang loop unroll_count(8)") for13 #define loop_unrolled_for _Pragma("GCC unroll 8") for
5 #define DO_PRAGMA_(X) _Pragma(#X)
43 _Pragma("GCC diagnostic ignored \"-Wformat-zero-length\""); \45 _Pragma("GCC diagnostic warning \"-Wformat-zero-length\""); \
98 _Pragma("GCC diagnostic push") \99 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \101 _Pragma("GCC diagnostic pop") \
134 #define __diag(s) _Pragma(__diag_str(GCC diagnostic s))
114 # define DONT_VECTORIZE _Pragma("GCC optimize(\"no-tree-vectorize\")")
249 class _Pragma(_XdrAst): class496 return _Pragma()