Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/libsupc++/
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()
Deh_throw.cc47 __terminate (header->terminateHandler); in __gxx_exception_cleanup()
64 header->terminateHandler = __terminate_handler; in __cxa_throw()
Dunwind-cxx.h61 std::terminate_handler terminateHandler; member
Deh_personality.cc723 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected()
/NextBSD/contrib/libcxxrt/
HDexception.cc161 terminate_handler terminateHandler; member
204 terminate_handler terminateHandler; member
292 static terminate_handler terminateHandler = abort; variable
744 ex->terminateHandler = info->terminateHandler; in throw_exception()
745 if (0 == ex->terminateHandler) in throw_exception()
747 ex->terminateHandler = terminateHandler; in throw_exception()
1407 terminate_handler old = info->terminateHandler;
1408 info->terminateHandler = f;
1432 return ATOMIC_SWAP(&terminateHandler, f);
1441 if (0 != info && 0 != info->terminateHandler)
[all …]
HDcxxabi.h99 terminate_handler terminateHandler; member