Home
last modified time | relevance | path

Searched refs:exceptionObject (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c153 continueUnwind(struct _Unwind_Exception *exceptionObject, in continueUnwind() argument
158 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) in continueUnwind()
175 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) in __gcc_personality_sj0() argument
179 _Unwind_State state, struct _Unwind_Exception *exceptionObject, in __gcc_personality_sj0()
184 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) in __gcc_personality_sj0()
188 struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) in __gcc_personality_sj0()
200 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0()
205 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0()
239 (uintptr_t)exceptionObject); in __gcc_personality_sj0()
247 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0()
H A DREADME.txt225 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_catch.cc38 _Unwind_Exception *exceptionObject in __cxa_get_exception_ptr() local
41 return __gxx_caught_object(exceptionObject); in __cxa_get_exception_ptr()
47 _Unwind_Exception *exceptionObject in __cxa_begin_catch() local
51 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); in __cxa_begin_catch()
87 objectp = __gxx_caught_object(exceptionObject); in __cxa_begin_catch()
89 _Unwind_Complete(exceptionObject); in __cxa_begin_catch()
/openbsd-src/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-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_catch.cc40 _Unwind_Exception *exceptionObject in __cxa_begin_catch() local
44 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); in __cxa_begin_catch()
/openbsd-src/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*>(e…
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 %p is NOT a dependent\n", reinterpret_cast<void*>(excep…
609 exceptionHeader = reinterpret_cast<__cxa_exception*>(exceptionObject + 1) - 1;
[all …]
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp506 struct _Unwind_Exception *exceptionObject) { in handleActionValue() argument
510 !exceptionObject || in handleActionValue()
515 (((char*) exceptionObject) + ourBaseFromUnwindOffset); in handleActionValue()
523 (void*)exceptionObject, in handleActionValue()
598 struct _Unwind_Exception *exceptionObject, in handleLsda() argument
703 exceptionObject); in handleLsda()
719 (uintptr_t)exceptionObject); in handleLsda()
780 struct _Unwind_Exception *exceptionObject, in ourPersonality() argument
808 exceptionObject, in ourPersonality()
/openbsd-src/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,