Home
last modified time | relevance | path

Searched refs:__terminate (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_handlers.cpp62 __terminate(terminate_handler func) _NOEXCEPT in __terminate() function
99 __terminate(exception_header->terminateHandler); in terminate()
102 __terminate(get_terminate()); in terminate()
Dcxa_handlers.hpp27 __terminate(terminate_handler func) _NOEXCEPT;
Dcxa_exception.cpp134 std::__terminate(exception_header->terminateHandler); in exception_cleanup_func()
149 std::__terminate(exception_header->terminateHandler); in failed_throw()
581 std::__terminate(exception_header->terminateHandler); in __cxa_rethrow()
671 std::__terminate(dep_exception_header->terminateHandler); in dependent_exception_cleanup()
Dcxa_personality.cpp306 std::__terminate(exception_header->terminateHandler); in call_terminate()
1234 std::__terminate(t_handler); in __cxa_call_unexpected()
1245 std::__terminate(t_handler); in __cxa_call_unexpected()
1301 std::__terminate(t_handler); in __cxa_call_unexpected()
/ndk/sources/cxx-stl/gabi++/src/
Dterminate.cc78 _GABIXX_NORETURN void __terminate(std::terminate_handler handler) { in __terminate() function
110 __gabixx::__terminate(std::get_terminate()); in terminate()
Dcxxabi_defines.h326 _GABIXX_NORETURN void __terminate(std::terminate_handler handler)