Home
last modified time | relevance | path

Searched refs:exception_code (Results 1 – 4 of 4) sorted by relevance

/external/libffi/testsuite/libffi.special/
Dunwindtest.cc74 } catch (int exception_code) in main() local
76 CHECK(exception_code == 9); in main()
115 } catch (int exception_code) in main() local
117 CHECK(exception_code == 255); in main()
Dunwindtest_ffi_call.cc45 } catch (int exception_code) in main() local
47 CHECK(exception_code == 9); in main()
/external/gtest/src/
Dgtest.cc455 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument
460 exception_code != EXCEPTION_BREAKPOINT) ? in GTestShouldProcessSEH()
1939 static void AddExceptionThrownFailure(DWORD exception_code, in AddExceptionThrownFailure() argument
1943 exception_code << std::setbase(10) << " in " << location << "."; in AddExceptionThrownFailure()
Dgtest-internal-inl.h850 static int GTestShouldProcessSEH(DWORD exception_code);