Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_terminate.cc53 __terminate (__terminate_handler); in terminate()
72 std::terminate_handler old = __terminate_handler; in set_terminate()
73 __terminate_handler = func; in set_terminate()
H A Deh_term_handler.cc45 std::terminate_handler __cxxabiv1::__terminate_handler = member in __cxxabiv1
H A Deh_throw.cc64 header->terminateHandler = __terminate_handler; in __cxa_throw()
H A Dunwind-cxx.h157 extern std::terminate_handler __terminate_handler;
/freebsd-12.1/contrib/libc++/src/support/runtime/
H A Dexception_fallback.ipp15 _LIBCPP_SAFE_STATIC static std::terminate_handler __terminate_handler;
44 return __libcpp_atomic_exchange(&__terminate_handler, func);
50 return __libcpp_atomic_load(&__terminate_handler);
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-200285 * libsupc++/eh_terminate.cc (__cxxabiv1::__terminate_handler,
89 __terminate_handler with __gnu_cxx::__verbose_terminate_handler
H A DChangeLog-20032625 __terminate_handler to std::abort if freestanding.