Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_call.cc54 __terminate(xh->terminateHandler); in __cxa_call_terminate()
77 std::terminate_handler terminateHandler = NULL; in __cxa_call_unexpected() local
84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
158 __terminate(terminateHandler); in __cxa_call_unexpected()
H A Deh_ptr.cc54 { return unwindhdr<Ex>() - offsetof(Ex, terminateHandler); } in termHandler()
176 __terminate (header->exc.terminateHandler); in __gxx_dependent_exception_cleanup()
205 dep->terminateHandler = get_terminate (); in rethrow_exception()
H A Deh_throw.cc44 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
70 header->exc.terminateHandler = std::get_terminate (); in __cxa_init_primary_exception()
H A Dunwind-cxx.h71 std::terminate_handler terminateHandler; member
125 std::terminate_handler terminateHandler; member
H A Deh_personality.cc767 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_call.cc54 __terminate(xh->terminateHandler); in __cxa_call_terminate()
77 std::terminate_handler terminateHandler = NULL; in __cxa_call_unexpected() local
84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
158 __terminate(terminateHandler); in __cxa_call_unexpected()
H A Deh_ptr.cc45 { return unwindhdr<Ex>() - offsetof(Ex, terminateHandler); } in termHandler()
208 __terminate (header->exc.terminateHandler); in __gxx_dependent_exception_cleanup()
234 dep->terminateHandler = get_terminate (); in rethrow_exception()
H A Deh_throw.cc44 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
67 header->exc.terminateHandler = std::get_terminate (); in __cxa_init_primary_exception()
H A Dunwind-cxx.h71 std::terminate_handler terminateHandler; member
125 std::terminate_handler terminateHandler; member
H A Deh_personality.cc764 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc161 terminate_handler terminateHandler; member
204 terminate_handler terminateHandler; member
292 static terminate_handler terminateHandler = abort; variable
747 ex->terminateHandler = info->terminateHandler; in throw_exception()
748 if (0 == ex->terminateHandler) in throw_exception()
750 ex->terminateHandler = terminateHandler; in throw_exception()
1434 terminate_handler old = info->terminateHandler;
1435 info->terminateHandler = f;
1459 return ATOMIC_SWAP(&terminateHandler, f);
1468 if (0 != info && 0 != info->terminateHandler)
[all …]
H A Dcxxabi.h99 terminate_handler terminateHandler; member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d344 void function() terminateHandler;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d320 void function() terminateHandler;