| /llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilPosix.cpp | 32 static void AlarmHandler(int, siginfo_t *, void *) { in AlarmHandler() argument 45 static void CrashHandler(int, siginfo_t *, void *) { in CrashHandler() argument 49 static void InterruptHandler(int, siginfo_t *, void *) { in InterruptHandler() argument 53 static void GracefulExitHandler(int, siginfo_t *, void *) { in GracefulExitHandler() argument 57 static void FileSizeExceedHandler(int, siginfo_t *, void *) { in FileSizeExceedHandler() argument 62 void (*callback)(int, siginfo_t *, void *)) { in SetSigaction() argument
|
| /llvm-project/compiler-rt/test/tsan/ |
| H A D | signal_exit.cpp | 6 static void handler(int, siginfo_t *, void *) { in handler() argument
|
| H A D | signal_write.cpp | 9 static void handler(int, siginfo_t*, void*) { in handler() argument
|
| H A D | signal_malloc.cpp | 6 static void handler(int, siginfo_t*, void*) { in handler() argument
|
| /llvm-project/compiler-rt/test/msan/ |
| H A D | sigaction.cpp | 19 void action(int, siginfo_t *, void *) {} in action() argument
|
| /llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | replace_sigaction.cpp | 12 static void sasigaction(int, siginfo_t *, void *) { sasigaction_done = true; } in sasigaction() argument
|
| H A D | signal.cpp | 48 void signal_action_handler(int, siginfo_t*, void*) {} in signal_action_handler() argument
|
| /llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | uar_signals.cpp | 19 void SignalHandler(int, siginfo_t*, void*) { in SignalHandler() argument
|
| H A D | preinstalled_signal.cpp | 30 SigAction(int,siginfo_t *,void *) SigAction() argument
|
| /llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | unpoison-alternate-stack.cpp | 72 void signalHandler(int, siginfo_t *, void *) { in signalHandler() argument
|
| /llvm-project/libc/include/llvm-libc-types/ |
| H A D | siginfo_t.h | 84 } siginfo_t; typedef
|
| /llvm-project/lldb/unittests/Host/ |
| H A D | MainLoopTest.cpp | 223 __anona76be6ae0b02(int, siginfo_t *, void *) TEST_F() argument
|
| /llvm-project/compiler-rt/lib/asan/tests/ |
| H A D | asan_test.cpp | 289 void my_sigaction_sighandler(int, siginfo_t*, void*) { in my_sigaction_sighandler() argument
|