/external/compiler-rt/lib/asan/ |
D | asan_win.cc | 226 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler() 274 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION || in SEHHandler() 275 exception_record->ExceptionCode == EXCEPTION_IN_PAGE_ERROR) { in SEHHandler() 277 (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) in SEHHandler()
|
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 267 static StringRef ExceptionCodeToString(DWORD ExceptionCode) { in ExceptionCodeToString() argument 268 switch(ExceptionCode) { in ExceptionCodeToString() 515 Exception.ExceptionRecord.ExceptionCode) in main() 516 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main() 526 Exception.ExceptionRecord.ExceptionCode) in main() 527 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 267 static StringRef ExceptionCodeToString(DWORD ExceptionCode) { in ExceptionCodeToString() argument 268 switch(ExceptionCode) { in ExceptionCodeToString() 515 Exception.ExceptionRecord.ExceptionCode) in main() 516 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main() 526 Exception.ExceptionRecord.ExceptionCode) in main() 527 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
|
/external/libunwind_llvm/src/ |
D | Unwind-seh.cpp | 81 ms_exc->ExceptionCode, ms_exc->ExceptionFlags, in _GCC_specific_handler() 83 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) { in _GCC_specific_handler() 99 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) { in _GCC_specific_handler() 187 ms_exc->ExceptionCode = STATUS_GCC_UNWIND; in _GCC_specific_handler() 218 ms_exc.ExceptionCode = STATUS_GCC_THROW; in __libunwind_seh_personality() 391 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()
|
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 305 static StringRef ExceptionCodeToString(DWORD ExceptionCode) { in ExceptionCodeToString() argument 306 switch(ExceptionCode) { in ExceptionCodeToString() 554 Exception.ExceptionRecord.ExceptionCode) in main() 555 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main() 565 Exception.ExceptionRecord.ExceptionCode) in main() 566 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 480 DWORD code = exinfo->ExceptionRecord->ExceptionCode; in HandleException() 574 exception_record.ExceptionCode = STATUS_INVALID_PARAMETER; in HandleInvalidParameter() 654 exception_record.ExceptionCode = STATUS_NONCONTINUABLE_EXCEPTION; in HandlePureVirtualCall() 745 exception_record.ExceptionCode = STATUS_NONCONTINUABLE_EXCEPTION; in WriteMinidump() 796 ex.ExceptionCode = EXCEPTION_BREAKPOINT; in WriteMinidumpForChild()
|
/external/mesa3d/src/mesa/x86/ |
D | common_x86.c | 100 if ( rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION ) { in ExceptionFilter() 103 } else if ( rec->ExceptionCode == STATUS_FLOAT_MULTIPLE_TRAPS ) { in ExceptionFilter()
|
/external/googletest/googletest/test/ |
D | googletest-break-on-failure-unittest_.cc | 59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_break_on_failure_unittest_.cc | 60 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
|
/external/catch2/include/internal/ |
D | catch_fatal_condition.cpp | 48 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()
|
/external/deqp/framework/qphelper/ |
D | qpCrashHandler.c | 167 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT) in unhandledExceptionFilter() 191 switch (info->ExceptionRecord->ExceptionCode) in unhandledExceptionFilter()
|
/external/skqp/tools/ |
D | CrashHandler.cpp | 116 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
|
/external/skia/tools/ |
D | CrashHandler.cpp | 116 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 219 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
|
/external/grpc-grpc/test/core/util/ |
D | test_config.cc | 161 DWORD code = exrec->ExceptionCode; in crash_handler()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | seh-safe-div-win32.ll | 109 ; DWORD ExceptionCode;
|
D | seh-safe-div.ll | 116 ; DWORD ExceptionCode;
|
/external/llvm/test/CodeGen/X86/ |
D | seh-safe-div.ll | 116 ; DWORD ExceptionCode;
|
D | seh-safe-div-win32.ll | 109 ; DWORD ExceptionCode;
|
/external/boringssl/src/crypto/test/ |
D | abi_test.cc | 640 if (info->ExceptionRecord->ExceptionCode != EXCEPTION_SINGLE_STEP || in ExceptionHandler()
|
/external/libchrome/base/ |
D | logging_unittest.cc | 248 *code = p->ExceptionRecord->ExceptionCode; in GetCheckExceptionData()
|
/external/python/cpython3/Modules/ |
D | faulthandler.c | 384 DWORD code = exc_info->ExceptionRecord->ExceptionCode; in faulthandler_exc_handler()
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 408 *pdw = ptrs->ExceptionRecord->ExceptionCode; in HandleException()
|
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 1413 const DWORD code = exception_record->ExceptionCode; in exception_filter()
|
/external/skqp/dm/ |
D | DM.cpp | 224 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler()
|