Searched refs:exception_code (Results 1 – 4 of 4) sorted by relevance
74 } catch (int exception_code) in main() local76 CHECK(exception_code == 9); in main()115 } catch (int exception_code) in main() local117 CHECK(exception_code == 255); in main()
45 } catch (int exception_code) in main() local47 CHECK(exception_code == 9); in main()
455 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument460 exception_code != EXCEPTION_BREAKPOINT) ? in GTestShouldProcessSEH()1939 static void AddExceptionThrownFailure(DWORD exception_code, in AddExceptionThrownFailure() argument1943 exception_code << std::setbase(10) << " in " << location << "."; in AddExceptionThrownFailure()
850 static int GTestShouldProcessSEH(DWORD exception_code);