Searched refs:unwind_arg (Results 1 – 1 of 1) sorted by relevance
274 __cxa_begin_cleanup(void* unwind_arg) throw () in __cxa_begin_cleanup() argument276 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_cleanup()386 __cxa_begin_catch(void* unwind_arg) throw() in __cxa_begin_catch() argument388 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_catch()