Searched refs:terminateHandler (Results 1 – 4 of 4) sorted by relevance
134 std::__terminate(exception_header->terminateHandler); in exception_cleanup_func()149 std::__terminate(exception_header->terminateHandler); in failed_throw()229 exception_header->terminateHandler = std::get_terminate(); in __cxa_throw()584 std::__terminate(exception_header->terminateHandler); in __cxa_rethrow()674 std::__terminate(dep_exception_header->terminateHandler); in dependent_exception_cleanup()697 dep_exception_header->terminateHandler = std::get_terminate(); in __cxa_rethrow_primary_exception()
42 std::terminate_handler terminateHandler; member80 std::terminate_handler terminateHandler; member
99 __terminate(exception_header->terminateHandler); in terminate()
314 std::__terminate(exception_header->terminateHandler); in call_terminate()1183 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()