Searched refs:_Pragma (Results 1 – 12 of 12) sorted by relevance
579 #define PT_REGS_FP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })580 #define PT_REGS_RC(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })581 #define PT_REGS_SP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })678 _Pragma("GCC diagnostic push") \681 _Pragma("GCC diagnostic pop") \822 _Pragma("GCC diagnostic push") \825 _Pragma("GCC diagnostic pop") \846 _Pragma("GCC diagnostic push") \849 _Pragma("GCC diagnostic pop") \909 _Pragma("GCC diagnostic push") \[all …]
38 _Pragma("GCC diagnostic push") \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") \300 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \[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\""); \
115 #define __diag(s) _Pragma(__diag_str(clang diagnostic s))
134 #define __diag(s) _Pragma(__diag_str(GCC diagnostic s))
98 _Pragma("GCC diagnostic push") \99 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \101 _Pragma("GCC diagnostic pop") \
114 # define DONT_VECTORIZE _Pragma("GCC optimize(\"no-tree-vectorize\")")
249 class _Pragma(_XdrAst): class496 return _Pragma()
Completed in 25 milliseconds