/third_party/boost/libs/exception/src/ |
D | clone_current_exception_non_intrusive.cpp | 47 exception_record * ExceptionRecord; member 56 exception_record * ExceptionRecord; member 274 EXCEPTION_RECORD* record = static_cast<EXCEPTION_POINTERS *>(info_)->ExceptionRecord; in exception_cloning_filter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 205 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/ |
D | googletest-break-on-failure-unittest_.cc | 59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
|
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpCrashHandler.c | 167 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT) in unhandledExceptionFilter() 191 switch (info->ExceptionRecord->ExceptionCode) in unhandledExceptionFilter() 224 g_crashHandler->crashAddress = (deUintptr)info->ExceptionRecord->ExceptionAddress; in unhandledExceptionFilter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 235 support::ulittle64_t ExceptionRecord; member 246 Exception ExceptionRecord; member
|
/third_party/grpc/test/core/util/ |
D | test_config.cc | 161 PEXCEPTION_RECORD exrec = ex_info->ExceptionRecord; in crash_handler() 168 exrec = exrec->ExceptionRecord; in crash_handler()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | test_utils_win32.cpp | 87 const DWORD code = e->ExceptionRecord->ExceptionCode; in StackTraceCrashHandler()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/ |
D | Windows_system_utils.cpp | 89 const DWORD code = e->ExceptionRecord->ExceptionCode; in StackTraceCrashHandler()
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerUtilWindows.cpp | 32 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
|
/third_party/glib/glib/ |
D | gthread-win32.c | 550 if (ExceptionInfo->ExceptionRecord != NULL && in SetThreadName_VEH() 551 ExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_SET_THREAD_NAME) in SetThreadName_VEH()
|
D | gwin32.c | 1087 ExceptionInfo->ExceptionRecord == NULL || in g_win32_veh_handler() 1091 er = ExceptionInfo->ExceptionRecord; in g_win32_veh_handler()
|
/third_party/flutter/skia/tools/ |
D | CrashHandler.cpp | 129 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
|
/third_party/mesa3d/src/mesa/x86/ |
D | common_x86.c | 100 PEXCEPTION_RECORD rec = exp->ExceptionRecord; in ExceptionFilter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 376 IO.mapRequired("Exception Record", Stream.MDExceptionStream.ExceptionRecord); in streamMapping() 384 mapOptionalHex(IO, "Exception Record", Exception.ExceptionRecord, 0); in mapping()
|
/third_party/python/Modules/ |
D | faulthandler.c | 391 DWORD code = exc_info->ExceptionRecord->ExceptionCode; in faulthandler_exc_handler() 392 DWORD flags = exc_info->ExceptionRecord->ExceptionFlags; in faulthandler_exc_handler()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1030 ULONG64 ExceptionRecord; member 1040 MINIDUMP_EXCEPTION ExceptionRecord; member 1081 ULONG64 ExceptionRecord; member
|
/third_party/boost/boost/test/impl/ |
D | execution_monitor.ipp | 1010 if( m_se_id == EXCEPTION_ACCESS_VIOLATION && exps->ExceptionRecord->NumberParameters == 2 ) { 1011 m_fault_address = (void*)exps->ExceptionRecord->ExceptionInformation[1]; 1012 m_dir = exps->ExceptionRecord->ExceptionInformation[0] == 0;
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 434 *pdw = ptrs->ExceptionRecord->ExceptionCode; in HandleException() 435 *record = *ptrs->ExceptionRecord; in HandleException()
|
/third_party/libuv/src/win/ |
D | fs.c | 736 if (pep != NULL && pep->ExceptionRecord != NULL && in fs__filemap_ex_filter() 737 pep->ExceptionRecord->NumberParameters >= 3) { in fs__filemap_ex_filter() 738 NTSTATUS status = (NTSTATUS)pep->ExceptionRecord->ExceptionInformation[3]; in fs__filemap_ex_filter()
|
/third_party/flutter/skia/dm/ |
D | DM.cpp | 295 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler()
|
/third_party/skia/dm/ |
D | DM.cpp | 302 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 816 _exit(ep->ExceptionRecord->ExceptionCode);
|
/third_party/json/test/thirdparty/doctest/ |
D | doctest.h | 3959 if(ExceptionInfo->ExceptionRecord->ExceptionCode == signalDefs[i].id) {
|