HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionCode (Results 1 - 25 of 25) sorted by null

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

Completed in 2115 milliseconds