/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_exceptions.cpp | 23 uint64_t exception_class, 37 uint64_t exception_class, in __hwasan_personality_wrapper() argument 44 rc = real_personality(version, actions, exception_class, unwind_exception, in __hwasan_personality_wrapper()
|
/external/llvm-project/libunwind/src/ |
D | Unwind-sjlj.c | 134 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 196 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2() 257 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 276 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 312 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
D | UnwindLevel1.c | 98 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 197 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 281 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 301 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 337 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
D | Unwind-seh.cpp | 125 (void *)pers, action, exc->exception_class, in _GCC_specific_handler() 127 urc = pers(1, action, exc->exception_class, exc, ctx); in _GCC_specific_handler() 267 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 287 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 323 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
D | UnwindLevel1-gcc-ext.c | 121 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0 in _Unwind_Backtrace()
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | test_base.py | 259 exception_class, argument 270 repr(exception_class)) 271 except exception_class as e: 276 with self.assertRaisesRegexp(exception_class,
|
/external/llvm-project/clang/lib/Headers/ |
D | unwind.h | 111 uint64_t exception_class; member 141 _Unwind_Exception_Class exception_class; member
|
/external/llvm-project/libunwind/include/ |
D | unwind.h | 75 uint64_t exception_class; member 123 uint64_t exception_class; member
|
/external/libcxxabi/src/ |
D | cxa_exception.cpp | 83 ::memcpy(&unwind_exception->exception_class, &newValue, sizeof(newValue)); in __setExceptionClass() 102 ::memcpy(&exClass, &unwind_exception->exception_class, sizeof(exClass)); in __getExceptionClass()
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_exception.cpp | 82 ::memcpy(&unwind_exception->exception_class, &newValue, sizeof(newValue)); in __setExceptionClass() 101 ::memcpy(&exClass, &unwind_exception->exception_class, sizeof(exClass)); in __getExceptionClass()
|
/external/clang/lib/Headers/ |
D | unwind.h | 115 _Unwind_Exception_Class exception_class; member
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | unwindraise.ll | 42 …%exception_class = getelementptr inbounds %struct._Unwind_Exception, %struct._Unwind_Exception* %e… 58 %5 = load i64, i64* %exception_class, align 8 147 %22 = load i64, i64* %exception_class, align 8
|
/external/llvm/test/CodeGen/X86/ |
D | unwindraise.ll | 42 …%exception_class = getelementptr inbounds %struct._Unwind_Exception, %struct._Unwind_Exception* %e… 58 %5 = load i64, i64* %exception_class, align 8 147 %22 = load i64, i64* %exception_class, align 8
|
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | _client_adaptations.py | 62 exception_class = face.AbortionError if pair is None else pair[1] 63 return exception_class(rpc_error_call.initial_metadata(),
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 117 uint64_t exception_class; member 334 (expToDelete->exception_class == ourBaseExceptionClass)) { in deleteOurException() 365 (ret->unwindException).exception_class = ourBaseExceptionClass; in createOurException()
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 816 PyObject* exception_class TF_GUARDED_BY(exception_class_mutex) = nullptr; 903 if (exception_class != nullptr) { in TFE_Py_RegisterExceptionClass() 904 Py_DECREF(exception_class); in TFE_Py_RegisterExceptionClass() 907 exception_class = nullptr; in TFE_Py_RegisterExceptionClass() 915 exception_class = e; in TFE_Py_RegisterExceptionClass() 1028 if (exception_class != nullptr) { in MaybeRaiseExceptionFromTFStatus() 1039 PyErr_SetObject(exception_class, val.get()); in MaybeRaiseExceptionFromTFStatus() 1056 if (exception_class != nullptr) { in MaybeRaiseExceptionFromStatus() 1059 PyErr_SetObject(exception_class, val.get()); in MaybeRaiseExceptionFromStatus()
|
/external/llvm-project/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 291 (expToDelete->exception_class == ourBaseExceptionClass)) { in deleteOurException() 322 (ret->unwindException).exception_class = ourBaseExceptionClass; in createOurException()
|
/external/python/cpython3/Lib/test/ |
D | test_configparser.py | 1249 exception_class = configparser.InterpolationMissingOptionError 1250 with self.assertRaises(exception_class) as cm:
|
/external/flatbuffers/tests/ |
D | py_test.py | 51 def assertRaises(test_case, fn, exception_class): argument 60 test_case.assertTrue(isinstance(exc, exception_class))
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 4344 …<var-decl name='exception_class' type-id='type-id-55' visibility='default' filepath='/tmp/legendre…
|