Searched refs:unwind_arg (Results 1 – 1 of 1) sorted by relevance
312 bool __cxa_begin_cleanup(void *unwind_arg) throw() { in __cxa_begin_cleanup() argument313 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_cleanup()423 __cxa_begin_catch(void* unwind_arg) throw() in __cxa_begin_catch() argument425 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_catch()