Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_signal_interceptors.inc31 #ifndef SIGNAL_INTERCEPTOR_SIGACTION_IMPL
32 # define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signum, act, oldact) \
68 SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signum, act, oldact);
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1385 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \ macro
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp2484 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \ macro
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2490 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \ macro