Searched refs:unexpected_handler (Results 1 – 5 of 5) sorted by relevance
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 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)(); typedef104 unexpected_handler unexpectedHandler;
163 unexpected_handler unexpectedHandler;204 unexpected_handler unexpectedHandler;306 static unexpected_handler unexpectedHandler = std::terminate;1435 unexpected_handler set_unexpected(unexpected_handler f) throw()1438 unexpected_handler old = info->unexpectedHandler;1460 unexpected_handler set_unexpected(unexpected_handler f) throw()1529 unexpected_handler get_unexpected() throw()