Home
last modified time | relevance | path

Searched refs:unexpected_handler (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_msvc.ipp23 typedef void (__cdecl* unexpected_handler)();
24 unexpected_handler __cdecl set_unexpected(
25 unexpected_handler _NewUnexpectedHandler) throw();
26 unexpected_handler __cdecl _get_unexpected();
33 unexpected_handler
34 set_unexpected(unexpected_handler func) noexcept {
38 unexpected_handler get_unexpected() noexcept {
H A Dexception_fallback.ipp15 _LIBCPP_SAFE_STATIC static std::unexpected_handler __unexpected_handler;
19 unexpected_handler
20 set_unexpected(unexpected_handler func) noexcept
25 unexpected_handler
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dexception40 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;
/freebsd-13.1/contrib/libcxxrt/
H A Dcxxabi.h50 typedef void (*unexpected_handler)(); typedef
104 unexpected_handler unexpectedHandler;
H A Dexception.cc163 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()