Home
last modified time | relevance | path

Searched refs:future_error (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libc++/src/
H A Dfuture.cpp75 future_error::future_error(error_code __ec) in future_error() function in future_error
81 future_error::~future_error() _NOEXCEPT in ~future_error()
212 future_error(make_error_code(future_errc::broken_promise)) in ~promise()
/freebsd-12.1/contrib/libc++/include/
H A Dfuture48 class future_error
52 future_error(error_code ec); // exposition only
53 explicit future_error(future_errc); // C++17
502 class _LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_FUTURE_ERROR future_error
507 future_error(error_code __ec);
509 explicit future_error(future_errc _Ev) : logic_error(), __ec_(make_error_code(_Ev)) {}
514 virtual ~future_error() _NOEXCEPT;
524 throw future_error(make_error_code(_Ev));
1447 future_error(make_error_code(future_errc::broken_promise))
1609 future_error(make_error_code(future_errc::broken_promise))