Searched refs:exc_obj_in (Results 1 – 3 of 3) sorted by relevance
36 __cxxabiv1::__cxa_get_exception_ptr(void *exc_obj_in) throw() in __cxa_get_exception_ptr() argument39 = 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() argument48 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in); in __cxa_begin_catch()
71 __cxa_call_unexpected(void* exc_obj_in) in __cxa_call_unexpected() argument74 = reinterpret_cast<_Unwind_Exception*>(exc_obj_in); in __cxa_call_unexpected()
698 __cxa_call_unexpected (void *exc_obj_in) in __cxa_call_unexpected() argument701 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in); in __cxa_call_unexpected()