Home
last modified time | relevance | path

Searched refs:future_category (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfuture.inc31 using std::future_category;
H A Dfuture.cppm
/freebsd/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp46 const error_category& future_category() noexcept { in future_category() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dfuture45 const error_category& future_category() noexcept;
425 _LIBCPP_EXPORTED_FROM_ABI const error_category& future_category() _NOEXCEPT;
428 return error_code(static_cast<int>(__e), future_category());
432 return error_condition(static_cast<int>(__e), future_category());
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfuture45 const error_category& future_category() noexcept;
480 _LIBCPP_EXPORTED_FROM_ABI const error_category& future_category() _NOEXCEPT;
483 return error_code(static_cast<int>(__e), future_category());
487 return error_condition(static_cast<int>(__e), future_category());
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1417 SYMBOL(future_category, std::, <future>)