Searched refs:__cxa_begin_catch (Results 1 – 8 of 8) sorted by relevance
193 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()209 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()255 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()314 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
356 extern "C" void* __cxa_begin_catch(void* exc) _GABIXX_NOEXCEPT { in __cxa_begin_catch() function
53 __cxa_begin_catch(unwind_exception); // terminate is also a handler in call_terminate()
148 (void) __cxa_begin_catch(&exception_header->unwindHeader); in failed_throw()386 __cxa_begin_catch(void* unwind_arg) throw() in __cxa_begin_catch() function582 __cxa_begin_catch(&exception_header->unwindHeader); in __cxa_rethrow()707 __cxa_begin_catch(&dep_exception_header->unwindHeader); in __cxa_rethrow_primary_exception()
306 __cxa_begin_catch(unwind_exception); in call_terminate()1198 __cxa_begin_catch(unwind_exception); in __cxa_call_unexpected()1291 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
47 extern void * __cxa_begin_catch(void * exceptionObject) throw();
105 void* __cxa_begin_catch(void* exceptionObject) _GABIXX_NOEXCEPT;
298 __cxa_begin_catch;