Searched defs:exception_code (Results 1 - 5 of 5) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dexcpt.h48 #define exception_code _exception_code macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dexcpt.h48 #define exception_code _exception_code macro
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest.cc508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
523 else if (exception_code == EXCEPTION_BREAKPOINT)
525 else if (exception_code == kCxxExceptionCode)
1997 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
2001 exception_code << std::setbase(10) << " thrown in " << location << ".";
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
H A Dgtest.cc508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
523 else if (exception_code == EXCEPTION_BREAKPOINT)
525 else if (exception_code == kCxxExceptionCode)
1997 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
2001 exception_code << std::setbase(10) << " thrown in " << location << ".";
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
H A Dgtest.cc508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
523 else if (exception_code == EXCEPTION_BREAKPOINT)
525 else if (exception_code == kCxxExceptionCode)
1997 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
2001 exception_code << std::setbase(10) << " thrown in " << location << ".";

Completed in 232 milliseconds