Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_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-13-stable/contrib/googletest/googletest/test/
HDgoogletest-break-on-failure-unittest_.cc76 SetUnhandledExceptionFilter(ExitWithExceptionCode); in main()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerUtilWindows.cpp144 SetUnhandledExceptionFilter(ExceptionHandler); in SetSignalHandler()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDcmdline.c161 SetUnhandledExceptionFilter(svn__unhandled_exception_filter); in svn_cmdline_init()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDSignals.inc464 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);