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

/freebsd-11.0-release/contrib/libstdc++/libsupc++/
H A Deh_arm.cc49 if (!__is_gxx_exception_class(ue_header->exception_class))
92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class);
133 if (__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_catch.cc58 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
108 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_throw.cc65 __GXX_INIT_EXCEPTION_CLASS(header->unwindHeader.exception_class);
91 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_call.cc54 if (__is_gxx_exception_class(ue_header->exception_class))
83 if (__is_gxx_exception_class(exc_obj->exception_class))
H A Deh_personality.cc350 _Unwind_Exception_Class exception_class,
415 foreign_exception = !__is_gxx_exception_class(exception_class);
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DUnwind-sjlj.c96 1, _UA_SEARCH_PHASE, exception_object->exception_class,
154 (*c->personality)(1, action, exception_object->exception_class,
214 (*stop)(1, action, exception_object->exception_class, exception_object,
233 (*p)(1, action, exception_object->exception_class, exception_object,
269 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
H A DUnwindLevel1.c94 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
191 (*p)(1, action, exception_object->exception_class, exception_object,
275 (*stop)(1, action, exception_object->exception_class, exception_object,
295 (*p)(1, action, exception_object->exception_class, exception_object,
331 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
H A DUnwindLevel1-gcc-ext.c118 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0
/freebsd-11.0-release/include/
H A Dunwind.h74 /* The C++ ABI requires exception_class, private_1, and private_2 to
81 __int64_t exception_class; member in struct:_Unwind_Exception
/freebsd-11.0-release/contrib/libcxxrt/
H A Dunwind-itanium.h73 /* The C++ ABI requires exception_class, private_1, and private_2 to
75 double-word-aligned. Please note that exception_class stays 64-bit
79 uint64_t exception_class; member in struct:_Unwind_Exception
H A Dexception.cc242 static const uint64_t exception_class = variable
260 return (cls == exception_class) || (cls == dependent_exception_class);
275 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; }
642 if (isDependentException(exception->unwindHeader.exception_class))
659 assert(isDependentException(ex->unwindHeader.exception_class));
798 ex->unwindHeader.exception_class = exception_class;
815 ex->unwindHeader.exception_class = dependent_exception_class;
836 if (isDependentException(ex->unwindHeader.exception_class)) { return; }
1230 if (isCXXException(exceptionObject->exception_class))
[all...]
H A Dunwind-arm.h58 uint64_t exception_class; member in struct:_Unwind_Exception
198 uint64_t exceptionClass = exceptionObject->exception_class;\
/freebsd-11.0-release/contrib/gcc/
H A Dunwind.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);
H A Dunwind-generic.h90 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
H A Dunwind-c.c122 _Unwind_Exception_Class exception_class ATTRIBUTE_UNUSED,
/freebsd-11.0-release/contrib/llvm/projects/libunwind/include/
H A Dunwind.h70 uint64_t exception_class; member in struct:_Unwind_Control_Block
119 uint64_t exception_class; member in struct:_Unwind_Exception
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h107 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dunwind-arm.h94 unsigned exception_class __attribute__((__mode__(__DI__))); member in struct:_Unwind_Control_Block
H A Dunwind-arm.c568 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp,
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_exit.c171 curthread->ex.exception_class = 0;
/freebsd-11.0-release/sys/amd64/vmm/
H A Dvmm.c1782 exception_class(uint64_t info) function
1854 exc1 = exception_class(info1);
1855 exc2 = exception_class(info2);

Completed in 182 milliseconds