Home
last modified time | relevance | path

Searched refs:exception_pointers (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest_.cc55 ExitWithExceptionCode(struct _EXCEPTION_POINTERS* exception_pointers) { in ExitWithExceptionCode() argument
56 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp296 ShadowExceptionHandler(PEXCEPTION_POINTERS exception_pointers) { in ShadowExceptionHandler() argument
299 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
301 exception_pointers->ExceptionRecord->NumberParameters < 2) { in ShadowExceptionHandler()
308 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()