Searched refs:exc_obj_in (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_catch.cc36 __cxxabiv1::__cxa_get_exception_ptr(void *exc_obj_in) throw() argument
39 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in);
45 __cxxabiv1::__cxa_begin_catch (void *exc_obj_in) throw() argument
48 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in);
H A Deh_call.cc71 __cxa_call_unexpected(void* exc_obj_in) argument
74 = reinterpret_cast<_Unwind_Exception*>(exc_obj_in);
H A Deh_personality.cc699 __cxa_call_unexpected (void *exc_obj_in)
702 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in);
698 __cxa_call_unexpected(void *exc_obj_in) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_catch.cc38 __cxa_begin_catch (void *exc_obj_in) argument
41 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in);
H A Deh_personality.cc456 __cxa_call_unexpected (void *exc_obj_in)
459 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in);
455 __cxa_call_unexpected(void *exc_obj_in) argument

Completed in 70 milliseconds