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 D | sanitizer_signal_interceptors.inc | 31 #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 D | msan_interceptors.cpp | 1385 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 2484 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 2490 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \ macro
|