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()388 __cxa_begin_catch(void* unwind_arg) throw() in __cxa_begin_catch() function579 __cxa_begin_catch(&exception_header->unwindHeader); in __cxa_rethrow()704 __cxa_begin_catch(&dep_exception_header->unwindHeader); in __cxa_rethrow_primary_exception()
301 __cxa_begin_catch(unwind_exception); in call_terminate()1181 __cxa_begin_catch(unwind_exception); in __cxa_call_unexpected()1274 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
53 extern void * __cxa_begin_catch(void * exceptionObject) throw();
105 void* __cxa_begin_catch(void* exceptionObject) _GABIXX_NOEXCEPT;
298 __cxa_begin_catch;