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.cpp286 ShadowExceptionHandler(PEXCEPTION_POINTERS exception_pointers) { in ShadowExceptionHandler() argument
289 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
291 exception_pointers->ExceptionRecord->NumberParameters < 2) { in ShadowExceptionHandler()
298 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()