Searched refs:exceptionObject (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_catch.cc38 _Unwind_Exception *exceptionObject local
41 return __gxx_caught_object(exceptionObject);
47 _Unwind_Exception *exceptionObject local
51 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject);
87 objectp = __gxx_caught_object(exceptionObject);
89 _Unwind_Complete(exceptionObject);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c153 continueUnwind(struct _Unwind_Exception *exceptionObject, argument
158 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK)
175 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context)
179 _Unwind_State state, struct _Unwind_Exception *exceptionObject,
184 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context)
188 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context)
200 return continueUnwind(exceptionObject, context);
205 return continueUnwind(exceptionObject, context);
239 (uintptr_t)exceptionObject);
247 return continueUnwind(exceptionObject, contex
173 __gcc_personality_sj0( int version, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) argument
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_catch.cc40 _Unwind_Exception *exceptionObject local
44 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject);
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h45 _Unwind_Exception *exceptionObject, struct _Unwind_Context *context);
H A Dunwind.h68 _Unwind_Exception* exceptionObject,
H A Dunwind_arm_ehabi.h68 _Unwind_State state, _Unwind_Exception *exceptionObject,
/openbsd-current/gnu/llvm/libcxxabi/include/
H A Dcxxabi.h54 __cxa_get_exception_ptr(void *exceptionObject) throw();
56 __cxa_begin_catch(void *exceptionObject) throw();
60 __cxa_begin_cleanup(void *exceptionObject) throw();
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Daix_state_tab_eh.inc587 __xlc_catch_matchv2(_Unwind_Exception* exceptionObject, std::type_info* catchTypeInfo, void*& obj) {
588 _LIBCXXABI_TRACE_STATETAB("Entering %s, exceptionObject=%p\n", __func__, reinterpret_cast<void*>(exceptionObject));
590 if (!__isOurExceptionClass(exceptionObject)) {
597 if (__getExceptionClass(exceptionObject) == kOurDependentExceptionClass) {
601 reinterpret_cast<__cxa_dependent_exception*>(exceptionObject + 1) - 1;
603 _LIBCXXABI_TRACE_STATETAB("exceptionObject 0x%p is a dependent, primary 0x%p\n",
604 reinterpret_cast<void*>(exceptionObject),
606 exceptionObject = &exceptionHeader->unwindHeader;
608 _LIBCXXABI_TRACE_STATETAB("exceptionObject
[all...]
/openbsd-current/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp498 /// @param exceptionObject thrown _Unwind_Exception instance.
506 struct _Unwind_Exception *exceptionObject) {
510 !exceptionObject ||
515 (((char*) exceptionObject) + ourBaseFromUnwindOffset);
521 "handleActionValue(...): exceptionObject = <%p>, "
523 (void*)exceptionObject,
592 /// @param exceptionObject thrown _Unwind_Exception instance.
598 struct _Unwind_Exception *exceptionObject,
703 exceptionObject);
719 (uintptr_t)exceptionObject);
501 handleActionValue(int64_t *resultAction, uint8_t TTypeEncoding, const uint8_t *ClassInfo, uintptr_t actionEntry, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject) argument
595 handleLsda(int version, const uint8_t *lsda, _Unwind_Action actions, _Unwind_Exception_Class exceptionClass, struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) argument
778 ourPersonality(int version, _Unwind_Action actions, _Unwind_Exception_Class exceptionClass, struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) argument
[all...]

Completed in 95 milliseconds