Searched refs:future_error (Results 1 – 2 of 2) sorted by relevance
75 future_error::future_error(error_code __ec) in future_error() function in future_error81 future_error::~future_error() _NOEXCEPT in ~future_error()212 future_error(make_error_code(future_errc::broken_promise)) in ~promise()
48 class future_error52 future_error(error_code ec); // exposition only53 explicit future_error(future_errc); // C++17502 class _LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_FUTURE_ERROR future_error507 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))