Searched refs:get_unexpected (Results 1 – 13 of 13) sorted by relevance
27 std::unexpected_handler old = std::get_unexpected(); in main()31 assert(std::get_unexpected() == f1); in main()34 assert(std::get_unexpected() == f2); in main()
113 unexpected_handler get_unexpected() _GABIXX_NOEXCEPT { in get_unexpected() function125 unexpected_handler handler = std::get_unexpected(); in unexpected()
273 u_handler = std::get_unexpected(); in __cxa_call_unexpected()
264 header->unexpectedHandler = std::get_unexpected(); in throwException()
27 get_unexpected() _NOEXCEPT in get_unexpected() function48 __unexpected(get_unexpected()); in unexpected()
228 exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_throw()696 dep_exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_rethrow_primary_exception()
1225 u_handler = std::get_unexpected(); in __cxa_call_unexpected()
56 get_unexpected() _NOEXCEPT in get_unexpected() function65 (*get_unexpected())(); in unexpected()
43 unexpected_handler get_unexpected() noexcept;109 _LIBCPP_FUNC_VIS unexpected_handler get_unexpected() _NOEXCEPT;
13 .../exception.unexpected/set.unexpected/get_unexpected.pass.cpp | 4 ++++164 …eption.unexpected/set.unexpected/get_unexpected.pass.cpp b/test/depr/exception.unexpected/set.unex…166 --- a/test/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp167 +++ b/test/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp169 assert(std::get_unexpected() == f2);
57 unexpected_handler get_unexpected() _GABIXX_NOEXCEPT;
1383 $(call gen-test, depr/exception.unexpected/set.unexpected/get_unexpected)
1392 $(call gen-test, depr/exception.unexpected/set.unexpected/get_unexpected)