Searched refs:SIGNAL_INTERCEPTOR_SIGNAL_IMPL (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/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) \
39 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(bsd_signal, signum, handler);
50 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(signal, signum, handler);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1365 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2347 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro

Completed in 52 milliseconds