Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/asan/
Dasan_win.cc226 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/
DKillTheDoctor.cpp267 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/
DKillTheDoctor.cpp267 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/
DUnwind-seh.cpp81 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/
DKillTheDoctor.cpp305 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/
Dexception_handler.cc480 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/
Dcommon_x86.c100 if ( rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION ) { in ExceptionFilter()
103 } else if ( rec->ExceptionCode == STATUS_FLOAT_MULTIPLE_TRAPS ) { in ExceptionFilter()
/external/googletest/googletest/test/
Dgoogletest-break-on-failure-unittest_.cc59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_break_on_failure_unittest_.cc60 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/external/catch2/include/internal/
Dcatch_fatal_condition.cpp48 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()
/external/deqp/framework/qphelper/
DqpCrashHandler.c167 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT) in unhandledExceptionFilter()
191 switch (info->ExceptionRecord->ExceptionCode) in unhandledExceptionFilter()
/external/skqp/tools/
DCrashHandler.cpp116 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
/external/skia/tools/
DCrashHandler.cpp116 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCrashRecoveryContext.cpp219 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
/external/grpc-grpc/test/core/util/
Dtest_config.cc161 DWORD code = exrec->ExceptionCode; in crash_handler()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dseh-safe-div-win32.ll109 ; DWORD ExceptionCode;
Dseh-safe-div.ll116 ; DWORD ExceptionCode;
/external/llvm/test/CodeGen/X86/
Dseh-safe-div.ll116 ; DWORD ExceptionCode;
Dseh-safe-div-win32.ll109 ; DWORD ExceptionCode;
/external/boringssl/src/crypto/test/
Dabi_test.cc640 if (info->ExceptionRecord->ExceptionCode != EXCEPTION_SINGLE_STEP || in ExceptionHandler()
/external/libchrome/base/
Dlogging_unittest.cc248 *code = p->ExceptionRecord->ExceptionCode; in GetCheckExceptionData()
/external/python/cpython3/Modules/
Dfaulthandler.c384 DWORD code = exc_info->ExceptionRecord->ExceptionCode; in faulthandler_exc_handler()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c408 *pdw = ptrs->ExceptionRecord->ExceptionCode; in HandleException()
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c1413 const DWORD code = exception_record->ExceptionCode; in exception_filter()
/external/skqp/dm/
DDM.cpp224 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler()

12