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

/freebsd-10.1-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-10.1-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; }
620 if (isDependentException(exception->unwindHeader.exception_class))
637 assert(isDependentException(ex->unwindHeader.exception_class));
765 ex->unwindHeader.exception_class = exception_class;
782 ex->unwindHeader.exception_class = dependent_exception_class;
803 if (isDependentException(ex->unwindHeader.exception_class)) { return; }
1192 if (isCXXException(exceptionObject->exception_class))
[all...]
H A Dunwind-arm.h56 uint64_t exception_class; member in struct:_Unwind_Exception
196 uint64_t exceptionClass = exceptionObject->exception_class;\
/freebsd-10.1-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-10.1-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-10.1-release/contrib/compiler-rt/lib/
H A Dgcc_personality_v0.c42 uint64_t exception_class; member in struct:_Unwind_Exception
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Dunwind-arm.h90 unsigned exception_class __attribute__((__mode__(__DI__))); member in struct:_Unwind_Control_Block
H A Dunwind-arm.c567 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h107 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_exit.c165 curthread->ex.exception_class = 0;
/freebsd-10.1-release/sys/amd64/vmm/
H A Dvmm.c1523 exception_class(uint64_t info) function
1595 exc1 = exception_class(info1);
1596 exc2 = exception_class(info2);

Completed in 192 milliseconds