Home
last modified time | relevance | path

Searched refs:ExceptionCode (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCrashRecoveryContext.cpp205 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()
264 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
285 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
/third_party/mesa3d/src/mesa/x86/
Dcommon_x86.c103 if ( rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION ) { in ExceptionFilter()
106 } else if ( rec->ExceptionCode == STATUS_FLOAT_MULTIPLE_TRAPS ) { in ExceptionFilter()
/third_party/googletest/googletest/test/
Dgoogletest-break-on-failure-unittest_.cc56 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/third_party/node/deps/v8/src/trap-handler/
Dhandler-inside-win.cc73 if (exception->ExceptionRecord->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) { in TryHandleWasmTrap()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
Dtest_utils_win32.cpp87 const DWORD code = e->ExceptionRecord->ExceptionCode; in StackTraceCrashHandler()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtilWindows.cpp32 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/third_party/vk-gl-cts/framework/qphelper/
DqpCrashHandler.c167 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT) in unhandledExceptionFilter()
191 switch (info->ExceptionRecord->ExceptionCode) in unhandledExceptionFilter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h233 support::ulittle32_t ExceptionCode; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
/third_party/python/Modules/
Dfaulthandler.c391 DWORD code = exc_info->ExceptionRecord->ExceptionCode; in faulthandler_exc_handler()
/third_party/python/Modules/_ctypes/
Dcallproc.c434 *pdw = ptrs->ExceptionRecord->ExceptionCode; in HandleException()
/third_party/skia/dm/
DDM.cpp302 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc816 _exit(ep->ExceptionRecord->ExceptionCode);
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1028 ULONG32 ExceptionCode; member
/third_party/json/tests/thirdparty/doctest/
Ddoctest.h4217 if(ExceptionInfo->ExceptionRecord->ExceptionCode == signalDefs[i].id) {
/third_party/libabigail/tests/lib/
Dcatch.hpp10813 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()