Searched refs:exception_code (Results 1 – 9 of 9) sorted by relevance
67 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local68 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
69 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local70 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local69 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
406 static int GTestShouldProcessSEH(DWORD exception_code);
555 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument570 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()572 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()2367 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument2371 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
6700 .macro exception_code6708 exception_code6713 exception_code6717 The two @code{exception_code} invocations above would create the6721 need to stay resident without having to define multiple @code{exception_code}
5431 .macro exception_code5439 exception_code5444 exception_code5447 The two `exception_code' invocations above would create the5451 to stay resident without having to define multiple `exception_code'
6802 .macro exception_code6810 exception_code6815 exception_code6819 The two @code{exception_code} invocations above would create the6823 need to stay resident without having to define multiple @code{exception_code}
5412 .macro exception_code5420 exception_code5425 exception_code5428 The two ‘exception_code’ invocations above would create the5432 to stay resident without having to define multiple ‘exception_code’