Home
last modified time | relevance | path

Searched refs:exception_class (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/libcxxrt/
HDexception.cc242 static const uint64_t exception_class = variable
260 return (cls == exception_class) || (cls == dependent_exception_class); in isCXXException()
275 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; } in realExceptionFromException()
620 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException()
637 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception()
775 ex->unwindHeader.exception_class = exception_class; in __cxa_throw()
792 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception()
813 if (isDependentException(ex->unwindHeader.exception_class)) { return; } in __cxa_increment_exception_refcount()
1207 if (isCXXException(exceptionObject->exception_class))
1351 if (exceptionObject->exception_class == exception_class)
[all …]
HDunwind-arm.h58 uint64_t exception_class; member
198 uint64_t exceptionClass = exceptionObject->exception_class;\
HDunwind-itanium.h79 uint64_t exception_class; member
/NextBSD/contrib/libstdc++/libsupc++/
Deh_arm.cc49 if (!__is_gxx_exception_class(ue_header->exception_class)) in __cxa_type_match()
92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup()
133 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
Deh_throw.cc65 __GXX_INIT_EXCEPTION_CLASS(header->unwindHeader.exception_class); in __cxa_throw()
91 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_rethrow()
Deh_catch.cc58 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_begin_catch()
108 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_end_catch()
Deh_call.cc54 if (__is_gxx_exception_class(ue_header->exception_class)) in __cxa_call_terminate()
83 if (__is_gxx_exception_class(exc_obj->exception_class)) in __cxa_call_unexpected()
Deh_personality.cc349 _Unwind_Exception_Class exception_class, in PERSONALITY_FUNCTION()
414 foreign_exception = !__is_gxx_exception_class(exception_class); in PERSONALITY_FUNCTION()
/NextBSD/contrib/llvm/projects/libunwind/src/
HDUnwind-sjlj.c96 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
154 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2()
214 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
233 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
269 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
HDUnwindLevel1.c95 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
193 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2()
278 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
298 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced()
334 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
HDUnwindLevel1-gcc-ext.c118 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0 in _Unwind_Backtrace()
/NextBSD/contrib/gcc/
HDunwind.inc67 exc->exception_class, exc, context);
117 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class,
167 stop_code = (*stop) (1, action, exc->exception_class, exc,
180 exc->exception_class, exc, context);
HDunwind-generic.h90 _Unwind_Exception_Class exception_class; member
HDunwind-c.c122 _Unwind_Exception_Class exception_class ATTRIBUTE_UNUSED,
/NextBSD/contrib/llvm/projects/libunwind/include/
HDunwind.h70 uint64_t exception_class; member
119 uint64_t exception_class; member
/NextBSD/include/
HDunwind.h81 __int64_t exception_class; member
/NextBSD/lib/libthr/thread/
HDthr_exit.c165 curthread->ex.exception_class = 0; in thread_unwind()
/NextBSD/contrib/gcc/config/arm/
HDunwind-arm.h94 unsigned exception_class __attribute__((__mode__(__DI__))); member
HDunwind-arm.c568 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp, in unwind_phase2_forced()
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDunwind.h107 _Unwind_Exception_Class exception_class; member
/NextBSD/sys/amd64/vmm/
HDvmm.c1784 exception_class(uint64_t info) in exception_class() function
1856 exc1 = exception_class(info1); in nested_fault()
1857 exc2 = exception_class(info2); in nested_fault()