Home
last modified time | relevance | path

Searched refs:SIGNAL_INTERCEPTOR_SIGNAL_IMPL (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_signal_interceptors.inc26 #ifndef SIGNAL_INTERCEPTOR_SIGNAL_IMPL
27 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signum, handler) \
47 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(bsd_signal, signum, handler);
58 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(signal, signum, handler);
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1388 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp2487 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2493 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro