Searched refs:exception_class (Results 1 - 23 of 23) sorted by path

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c568 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp,
H A Dunwind-arm.h94 unsigned exception_class __attribute__((__mode__(__DI__))); member in struct:_Unwind_Control_Block
/freebsd-11-stable/contrib/gcc/
H A Dunwind-c.c122 _Unwind_Exception_Class exception_class ATTRIBUTE_UNUSED,
H A Dunwind-generic.h90 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
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);
/freebsd-11-stable/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_call.cc54 if (__is_gxx_exception_class(ue_header->exception_class))
83 if (__is_gxx_exception_class(exc_obj->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_personality.cc350 _Unwind_Exception_Class exception_class,
415 foreign_exception = !__is_gxx_exception_class(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))
/freebsd-11-stable/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-stable/lib/libthr/thread/
H A Dthr_exit.c170 curthread->ex.exception_class = 0;
/freebsd-11-stable/contrib/libcxxrt/
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; }
1236 if (isCXXException(exceptionObject->exception_class))
[all...]
H A Dunwind-arm.h64 uint64_t exception_class; member in struct:_Unwind_Exception
204 uint64_t exceptionClass = exceptionObject->exception_class;\
H A Dunwind-itanium.h74 /* The C++ ABI requires exception_class, private_1, and private_2 to
76 double-word-aligned. Please note that exception_class stays 64-bit
80 uint64_t exception_class; member in struct:_Unwind_Exception
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h111 uint64_t exception_class; member in struct:_Unwind_Control_Block
141 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp23 uint64_t exception_class,
37 uint64_t exception_class,
44 rc = real_personality(version, actions, exception_class, unwind_exception,
36 __hwasan_personality_wrapper(int version, _Unwind_Action actions, uint64_t exception_class, _Unwind_Exception* unwind_exception, _Unwind_Context* context, PersonalityFn* real_personality, GetGRFn* get_gr, GetCFAFn* get_cfa) argument
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h79 uint64_t exception_class; member in struct:_Unwind_Exception
128 uint64_t exception_class; member in struct:_Unwind_Exception
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp56 if (exc->exception_class != kSEHExceptionClass)
112 exc->exception_class = kSEHExceptionClass;
137 (void *)pers, action, exc->exception_class,
139 urc = pers(1, action, exc->exception_class, exc, ctx);
279 (*stop)(1, action, exception_object->exception_class, exception_object,
299 (*p)(1, action, exception_object->exception_class, exception_object,
335 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
H A DUnwind-sjlj.c134 1, _UA_SEARCH_PHASE, exception_object->exception_class,
196 (*c->personality)(1, action, exception_object->exception_class,
257 (*stop)(1, action, exception_object->exception_class, exception_object,
276 (*p)(1, action, exception_object->exception_class, exception_object,
312 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
H A DUnwindLevel1-gcc-ext.c121 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0
H A DUnwindLevel1.c99 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
199 (*p)(1, action, exception_object->exception_class, exception_object,
283 (*stop)(1, action, exception_object->exception_class, exception_object,
303 (*p)(1, action, exception_object->exception_class, exception_object,
339 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c1827 exception_class(uint64_t info) function
1899 exc1 = exception_class(info1);
1900 exc2 = exception_class(info2);

Completed in 269 milliseconds