Searched refs:unwind_arg (Results 1 – 1 of 1) sorted by relevance
255 bool __cxa_begin_cleanup(void *unwind_arg) throw() { in __cxa_begin_cleanup() argument256 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_cleanup()366 __cxa_begin_catch(void* unwind_arg) throw() in __cxa_begin_catch() argument368 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_catch()