Searched refs:__unexpected (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_terminate.cc62 __cxxabiv1::__unexpected (std::unexpected_handler handler) function in class:__cxxabiv1
71 __unexpected (get_unexpected ());
H A Deh_call.cc112 __unexpected(unexpectedHandler);
H A Dunwind-cxx.h194 extern void __unexpected(std::unexpected_handler)
H A Deh_personality.cc619 // a throw() specification results in __unexpected.
769 { __unexpected (xh->unexpectedHandler); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_terminate.cc63 __cxxabiv1::__unexpected (std::unexpected_handler handler) function in class:__cxxabiv1
72 __unexpected (get_unexpected ());
H A Deh_call.cc112 __unexpected(unexpectedHandler);
H A Dunwind-cxx.h194 extern void __unexpected(std::terminate_handler)
H A Deh_personality.cc619 // a throw() specification results in __unexpected.
772 { __unexpected (xh->unexpectedHandler); }

Completed in 91 milliseconds