Searched refs:unexpected_handler (Results 1 – 21 of 21) sorted by relevance
62 __cxxabiv1::__unexpected (std::unexpected_handler handler) in __unexpected()104 std::unexpected_handler105 std::set_unexpected (std::unexpected_handler func) throw() in set_unexpected()110 std::unexpected_handler old; in set_unexpected()121 std::unexpected_handler124 std::unexpected_handler func; in get_unexpected()
70 std::unexpected_handler unexpectedHandler;124 std::unexpected_handler unexpectedHandler;194 extern void __unexpected(std::unexpected_handler)199 extern std::unexpected_handler __unexpected_handler;
68 typedef void (*unexpected_handler) ();83 unexpected_handler set_unexpected(unexpected_handler) _GLIBCXX_USE_NOEXCEPT;87 unexpected_handler get_unexpected() noexcept;
28 std::unexpected_handler __cxxabiv1::__unexpected_handler = std::terminate;
76 std::unexpected_handler unexpectedHandler = NULL; in __cxa_call_unexpected()
63 __cxxabiv1::__unexpected (std::unexpected_handler handler) in __unexpected()105 std::unexpected_handler106 std::set_unexpected (std::unexpected_handler func) throw() in set_unexpected()111 std::unexpected_handler old; in set_unexpected()122 std::unexpected_handler125 std::unexpected_handler func; in get_unexpected()
84 typedef void (*_GLIBCXX11_DEPRECATED unexpected_handler) ();91 unexpected_handler set_unexpected(unexpected_handler) _GLIBCXX_USE_NOEXCEPT;100 unexpected_handler get_unexpected() noexcept;
23 typedef void (__cdecl* unexpected_handler)();24 unexpected_handler __cdecl set_unexpected(25 unexpected_handler _NewUnexpectedHandler) throw();26 unexpected_handler __cdecl _get_unexpected();33 unexpected_handler34 set_unexpected(unexpected_handler func) noexcept {38 unexpected_handler get_unexpected() noexcept {
15 _LIBCPP_SAFE_STATIC static std::unexpected_handler __unexpected_handler;19 unexpected_handler20 set_unexpected(unexpected_handler func) noexcept25 unexpected_handler
40 alias unexpected_handler = void function();42 deprecated unexpected_handler set_unexpected(unexpected_handler f) nothrow;44 deprecated unexpected_handler get_unexpected() nothrow;
40 typedef void (*unexpected_handler)();41 unexpected_handler set_unexpected(unexpected_handler f ) noexcept;42 unexpected_handler get_unexpected() noexcept;122 typedef void (*unexpected_handler)();123 _LIBCPP_FUNC_VIS unexpected_handler set_unexpected(unexpected_handler) _NOEXCEPT;124 _LIBCPP_FUNC_VIS unexpected_handler get_unexpected() _NOEXCEPT;
50 typedef void (*unexpected_handler)(); typedef97 unexpected_handler unexpectedHandler;
163 unexpected_handler unexpectedHandler;203 unexpected_handler unexpectedHandler;294 static unexpected_handler unexpectedHandler = std::terminate;1421 unexpected_handler set_unexpected(unexpected_handler f) throw()1424 unexpected_handler old = info->unexpectedHandler;1446 unexpected_handler set_unexpected(unexpected_handler f) throw()1515 unexpected_handler get_unexpected() throw()
3983 * testsuite/18_support/unexpected_handler.cc: Likewise.4015 (unexpected_handler, set_unexpected): Do not declare for C++23.
1240 * libsupc++/exception (unexpected_handler, unexpected)1250 terminate_handler instead of unexpected_handler.1258 * testsuite/18_support/unexpected_handler.cc: Likewise.
3858 * testsuite/18_support/unexpected_handler.cc: New.
7500 testsuite/18_support/unexpected_handler.cc: Use the standard form for
93080 406f1d6ceaa144480a51b7f4c4e80796 libstdc++-v3/testsuite/18_support/unexpected_handler.cc
107130 0e36a7cd5dc718d1cf090b296c4ae08f libstdc++-v3/testsuite/18_support/unexpected_handler.cc