Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.hpp42 std::terminate_handler terminateHandler; member
80 std::terminate_handler terminateHandler; member
Dcxa_exception.cpp134 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()
581 std::__terminate(exception_header->terminateHandler); in __cxa_rethrow()
671 std::__terminate(dep_exception_header->terminateHandler); in dependent_exception_cleanup()
694 dep_exception_header->terminateHandler = std::get_terminate(); in __cxa_rethrow_primary_exception()
Dcxa_handlers.cpp99 __terminate(exception_header->terminateHandler); in terminate()
Dcxa_personality.cpp306 std::__terminate(exception_header->terminateHandler); in call_terminate()
1193 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()
/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc245 terminate_helper(header->terminateHandler); in __cxa_call_unexpected()
265 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()
Dcxxabi_defines.h284 std::terminate_handler terminateHandler; member
Dcxxabi.cc265 header->terminateHandler = std::get_terminate(); in throwException()