Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.cpp137 std::__terminate(exception_header->terminateHandler); in exception_cleanup_func()
152 std::__terminate(exception_header->terminateHandler); in failed_throw()
262 exception_header->terminateHandler = std::get_terminate(); in __cxa_throw()
637 std::__terminate(exception_header->terminateHandler); in __cxa_rethrow()
723 std::__terminate(dep_exception_header->terminateHandler); in dependent_exception_cleanup()
746 dep_exception_header->terminateHandler = std::get_terminate(); in __cxa_rethrow_primary_exception()
H A Dcxa_exception.h48 std::terminate_handler terminateHandler; member
86 std::terminate_handler terminateHandler; member
H A Dcxa_handlers.cpp88 __terminate(exception_header->terminateHandler); in terminate()
H A Dcxa_personality.cpp337 std::__terminate(exception_header->terminateHandler); in call_terminate()
1184 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()