Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_call.cc59 __terminate(xh->terminateHandler); in __cxa_call_terminate()
81 std::terminate_handler terminateHandler = NULL; in __cxa_call_unexpected() local
88 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
158 __terminate(terminateHandler); in __cxa_call_unexpected()
H A Deh_throw.cc47 __terminate (header->terminateHandler); in __gxx_exception_cleanup()
64 header->terminateHandler = __terminate_handler; in __cxa_throw()
H A Dunwind-cxx.h61 std::terminate_handler terminateHandler; member
H A Deh_personality.cc723 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected()
/freebsd-12.1/contrib/libcxxrt/
H A Dexception.cc161 terminate_handler terminateHandler; member
204 terminate_handler terminateHandler; member
767 ex->terminateHandler = info->terminateHandler; in throw_exception()
768 if (0 == ex->terminateHandler) in throw_exception()
770 ex->terminateHandler = terminateHandler; in throw_exception()
1455 info->terminateHandler = f;
1490 info->terminateHandler();
1495 terminateHandler();
1550 if (info->terminateHandler)
1552 return info->terminateHandler;
[all …]
H A Dcxxabi.h99 terminate_handler terminateHandler; member