Searched refs:unexpected_handler (Results 1 – 10 of 10) sorted by relevance
24 typedef void (__cdecl* unexpected_handler)();25 unexpected_handler __cdecl set_unexpected(26 unexpected_handler _NewUnexpectedHandler) throw();27 unexpected_handler __cdecl _get_unexpected();34 unexpected_handler35 set_unexpected(unexpected_handler func) _NOEXCEPT {39 unexpected_handler get_unexpected() _NOEXCEPT {
16 _LIBCPP_SAFE_STATIC static std::unexpected_handler __unexpected_handler;20 unexpected_handler21 set_unexpected(unexpected_handler func) _NOEXCEPT26 unexpected_handler
57 __cxxabiv1::__unexpected (std::unexpected_handler handler) in __unexpected()77 std::unexpected_handler78 std::set_unexpected (std::unexpected_handler func) throw() in set_unexpected()80 std::unexpected_handler old = __unexpected_handler; in set_unexpected()
60 std::unexpected_handler unexpectedHandler;154 extern void __unexpected(std::unexpected_handler) __attribute__((noreturn));158 extern std::unexpected_handler __unexpected_handler;
33 std::unexpected_handler __cxxabiv1::__unexpected_handler = std::terminate;
86 typedef void (*unexpected_handler) ();96 unexpected_handler set_unexpected(unexpected_handler) throw();
80 std::unexpected_handler unexpectedHandler = NULL; in __cxa_call_unexpected()
41 typedef void (*unexpected_handler)();42 unexpected_handler set_unexpected(unexpected_handler f ) noexcept;43 unexpected_handler get_unexpected() noexcept;119 typedef void (*unexpected_handler)();120 _LIBCPP_FUNC_VIS unexpected_handler set_unexpected(unexpected_handler) _NOEXCEPT;121 _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;1441 unexpected_handler set_unexpected(unexpected_handler f) throw()1444 unexpected_handler old = info->unexpectedHandler;1466 unexpected_handler set_unexpected(unexpected_handler f) throw()1535 unexpected_handler get_unexpected() throw()