Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/
H A Dfuture.cpp66 future_error::future_error(error_code __ec) in future_error() function in future_error
72 future_error::~future_error() noexcept in ~future_error()
203 future_error(make_error_code(future_errc::broken_promise)) in ~promise()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dfuture47 class future_error
51 future_error(error_code ec); // exposition only
52 explicit future_error(future_errc); // C++17
508 class _LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_FUTURE_ERROR future_error
513 future_error(error_code __ec);
518 future_error(const future_error&) _NOEXCEPT = default;
519 ~future_error() _NOEXCEPT override;
529 throw future_error(make_error_code(__ev));
1352 future_error(make_error_code(future_errc::broken_promise))
1495 future_error(make_error_code(future_errc::broken_promise))
H A D__availability110 // This controls the availability of the std::future_error exception.
113 // std::future_error can be used even on older deployment targets, but those
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx17Papers.csv89 "`P0517R0 <https://wg21.link/P0517R0>`__","LWG","Make future_error Constructible","Issaquah","|Comp…
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc396 SYMBOL(future_error, std::, <future>)