Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp312 bool __cxa_begin_cleanup(void *unwind_arg) throw() { in __cxa_begin_cleanup() argument
313 _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() argument
425 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_catch()