Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp79 INTERCEPTOR_WINAPI(LPTOP_LEVEL_EXCEPTION_FILTER, SetUnhandledExceptionFilter, in INTERCEPTOR_WINAPI() argument
81 CHECK(REAL(SetUnhandledExceptionFilter)); in INTERCEPTOR_WINAPI()
83 return REAL(SetUnhandledExceptionFilter)(ExceptionFilter); in INTERCEPTOR_WINAPI()
184 ASAN_INTERCEPT_FUNC(SetUnhandledExceptionFilter); in InitializePlatformInterceptors()
355 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler); in __asan_set_seh_filter()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest_.cc76 SetUnhandledExceptionFilter(ExitWithExceptionCode); in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp144 SetUnhandledExceptionFilter(ExceptionHandler); in SetSignalHandler()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc464 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);