Home
last modified time | relevance | path

Searched refs:_Pragma (Results 1 – 6 of 6) sorted by relevance

/tools/lib/bpf/
A Dbpf_tracing.h579 #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 …]
A Dbpf_helpers.h46 _Pragma("GCC diagnostic push") \
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") \
281 _Pragma("GCC diagnostic pop") \
309 _Pragma("GCC diagnostic push") \
312 _Pragma("GCC diagnostic pop") \
326 _Pragma("GCC diagnostic push") \
[all …]
A Dusdt.bpf.h274 _Pragma("GCC diagnostic push") \
275 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \
277 _Pragma("GCC diagnostic pop") \
/tools/testing/selftests/bpf/progs/
A Dbpf_compiler.h5 #define DO_PRAGMA_(X) _Pragma(#X)
/tools/sched_ext/include/scx/
A Dcommon.bpf.h123 _Pragma("GCC diagnostic push") \
124 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \
126 _Pragma("GCC diagnostic pop")
/tools/net/sunrpc/xdrgen/
A Dxdr_ast.py513 class _Pragma(_XdrAst): class
739 return _Pragma()

Completed in 43 milliseconds