Home
last modified time | relevance | path

Searched refs:get_unexpected (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Deh_terminate.cc72 __unexpected (get_unexpected ()); in unexpected()
123 std::get_unexpected () noexcept in get_unexpected() function in std
Deh_throw.cc68 header->exc.unexpectedHandler = std::get_unexpected (); in __cxa_init_primary_exception()
Deh_ptr.cc203 dep->unexpectedHandler = get_unexpected (); in rethrow_exception()
Dexception100 unexpected_handler get_unexpected() noexcept;
/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
Dexception.cc1515 unexpected_handler get_unexpected() throw()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
Dgnu.ver1651 # std::get_unexpected()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20133815 * libsupc++/eh_ptr.cc (rethrow_exception): Use get_unexpected() and
3836 * libsupc++/exception (get_terminate(), get_unexpected()): Declare.
3837 * libsupc++/eh_terminate.cc (get_terminate(), get_unexpected()):
DChangeLog-20211241 (get_unexpected, set_unexpected): Add deprecated attribute.