Home
last modified time | relevance | path

Searched refs:__except (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
H A DStackWalker.h206 // because the callstack is only valid in the "__except" block...
216 __except (((pExp = GetExceptionInformation()) ? EXCEPTION_EXECUTE_HANDLER \
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c701 __except (EXCEPTION_EXECUTE_HANDLER) in W32_SetThreadName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp187 // __except.
193 // occur inside the __except evaluation block
229 } __except (ExceptionFilter(GetExceptionInformation())) { in RunSafely()
/third_party/lzma/C/
H A DThreads.c186 __except (EXCEPTION_EXECUTE_HANDLER) { return ERROR_NOT_ENOUGH_MEMORY; } in CriticalSection_Init() function
/third_party/ninja/src/
H A Dninja.cc1637 // Set a handler to catch crashes not caught by the __try..__except in main()
1641 // Running inside __try ... __except suppresses any Windows error in main()
1645 __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in main()
/third_party/python/Modules/_ctypes/
H A Dcallproc.c927 __except (HandleException(GetExceptionInformation(), in _call_function_pointer()
/third_party/libuv/src/win/
H A Dfs.c755 __except (fs__filemap_ex_filter(GetExceptionCode(), in fs__read_filemap()
954 __except (fs__filemap_ex_filter(GetExceptionCode(), in fs__write_filemap()
/third_party/node/deps/uv/src/win/
H A Dfs.c821 __except (fs__filemap_ex_filter(GetExceptionCode(), in fs__read_filemap()
1020 __except (fs__filemap_ex_filter(GetExceptionCode(), in fs__write_filemap()
/third_party/python/Python/
H A Dpythonrun.c1889 } __except (GetExceptionCode() == STATUS_STACK_OVERFLOW ? in PyOS_CheckStack()
/third_party/googletest/googletest/src/
H A Dgtest.cc860 // This function is useful as an __except condition.
2608 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc554 // This function is useful as an __except condition.
2419 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT in HandleSehExceptionsInMethodIfSupported()
/third_party/node/deps/googletest/src/
H A Dgtest.cc2606 } __except (internal::UnitTestOptions::GTestProcessSEH( // NOLINT
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp30601 exceptions(iostate __except)
30603 _M_exception = __except;
[all...]

Completed in 74 milliseconds