Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDfuture.inc31 using std::future_category;
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
HDfuture.cpp46 const error_category& future_category() noexcept { in future_category() function
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDfuture45 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());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc1392 SYMBOL(future_category, std::, <future>)