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

/freebsd-10.0-release/contrib/libstdc++/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

Completed in 173 milliseconds