Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libstdc++/libsupc++/
Deh_catch.cc36 __cxxabiv1::__cxa_get_exception_ptr(void *exc_obj_in) throw() in __cxa_get_exception_ptr() argument
39 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in); in __cxa_get_exception_ptr()
45 __cxxabiv1::__cxa_begin_catch (void *exc_obj_in) throw() in __cxa_begin_catch() argument
48 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in); in __cxa_begin_catch()
Deh_call.cc71 __cxa_call_unexpected(void* exc_obj_in) in __cxa_call_unexpected() argument
74 = reinterpret_cast<_Unwind_Exception*>(exc_obj_in); in __cxa_call_unexpected()
Deh_personality.cc698 __cxa_call_unexpected (void *exc_obj_in) in __cxa_call_unexpected() argument
701 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in); in __cxa_call_unexpected()