Home
last modified time | relevance | path

Searched refs:ExceptionCode (Results 1 – 21 of 21) 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/googletest/googletest/test/
Dgoogletest-break-on-failure-unittest_.cc59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/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/glib/glib/
Dgwin32.c1093 switch (er->ExceptionCode) in g_win32_veh_handler()
1115 if (catch_code == er->ExceptionCode) in g_win32_veh_handler()
1127 er->ExceptionCode, in g_win32_veh_handler()
1131 switch (er->ExceptionCode) in g_win32_veh_handler()
Dgthread-win32.c551 ExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_SET_THREAD_NAME) in SetThreadName_VEH()
/third_party/boost/libs/exception/src/
Dclone_current_exception_non_intrusive.cpp45 unsigned long ExceptionCode; member
264 (record->ExceptionCode==cpp_exception_code) && in is_cpp_exception()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
Dtest_utils_win32.cpp87 const DWORD code = e->ExceptionRecord->ExceptionCode; in StackTraceCrashHandler()
/third_party/flutter/skia/third_party/externals/angle2/util/windows/
DWindows_system_utils.cpp89 const DWORD code = e->ExceptionRecord->ExceptionCode; in StackTraceCrashHandler()
/third_party/json/test/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/flutter/skia/tools/
DCrashHandler.cpp129 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
/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/grpc/test/core/util/
Dtest_config.cc163 DWORD code = exrec->ExceptionCode; in crash_handler()
/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/flutter/skia/dm/
DDM.cpp295 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler()
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1028 ULONG32 ExceptionCode; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc816 _exit(ep->ExceptionRecord->ExceptionCode);
/third_party/json/test/thirdparty/doctest/
Ddoctest.h3959 if(ExceptionInfo->ExceptionRecord->ExceptionCode == signalDefs[i].id) {