Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Deh_catch.cc31 __cxxabiv1::__cxa_get_exception_ptr(void *exc_obj_in) _GLIBCXX_NOTHROW in __cxa_get_exception_ptr() argument
34 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in); in __cxa_get_exception_ptr()
40 __cxxabiv1::__cxa_begin_catch (void *exc_obj_in) _GLIBCXX_NOTHROW in __cxa_begin_catch() argument
43 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in); in __cxa_begin_catch()
H A Deh_call.cc68 __cxa_call_unexpected(void* exc_obj_in) in __cxa_call_unexpected() argument
71 = reinterpret_cast<_Unwind_Exception*>(exc_obj_in); in __cxa_call_unexpected()
H A Deh_personality.cc719 __cxa_call_unexpected (void *exc_obj_in) in __cxa_call_unexpected() argument
722 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in); in __cxa_call_unexpected()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Deh_catch.cc31 __cxxabiv1::__cxa_get_exception_ptr(void *exc_obj_in) _GLIBCXX_NOTHROW in __cxa_get_exception_ptr() argument
34 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in); in __cxa_get_exception_ptr()
40 __cxxabiv1::__cxa_begin_catch (void *exc_obj_in) _GLIBCXX_NOTHROW in __cxa_begin_catch() argument
43 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in); in __cxa_begin_catch()
H A Deh_call.cc66 __cxa_call_unexpected(void* exc_obj_in) in __cxa_call_unexpected() argument
69 = reinterpret_cast<_Unwind_Exception*>(exc_obj_in); in __cxa_call_unexpected()
H A Deh_personality.cc730 __cxa_call_unexpected (void *exc_obj_in) in __cxa_call_unexpected() argument
733 = reinterpret_cast <_Unwind_Exception *>(exc_obj_in); in __cxa_call_unexpected()