Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp122 std::__terminate(exception_header->terminateHandler); in exception_cleanup_func()
137 std::__terminate(exception_header->terminateHandler); in failed_throw()
248 exception_header->terminateHandler = std::get_terminate(); in __cxa_throw()
602 std::__terminate(exception_header->terminateHandler); in __cxa_rethrow()
688 std::__terminate(dep_exception_header->terminateHandler); in dependent_exception_cleanup()
711 dep_exception_header->terminateHandler = std::get_terminate(); in __cxa_rethrow_primary_exception()
Dcxa_exception.hpp40 std::terminate_handler terminateHandler; member
77 std::terminate_handler terminateHandler; member
Dcxa_handlers.cpp96 __terminate(exception_header->terminateHandler); in terminate()
Dcxa_personality.cpp314 std::__terminate(exception_header->terminateHandler); in call_terminate()
1192 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()