Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/modules/std/
H A Dfuture.inc31 using std::future_category;
/src/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp46 const error_category& future_category() noexcept { in future_category() function
/src/contrib/llvm-project/libcxx/include/
H A Dfuture45 const error_category& future_category() noexcept;
464 _LIBCPP_EXPORTED_FROM_ABI const error_category& future_category() _NOEXCEPT;
467 return error_code(static_cast<int>(__e), future_category());
471 return error_condition(static_cast<int>(__e), future_category());
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1392 SYMBOL(future_category, std::, <future>)