Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.errors/
H A Dfuture_category.pass.cpp23 const std::error_category& ec = std::future_category(); in main()
H A Dequivalent_error_code_int.pass.cpp24 const std::error_category& e_cat = std::future_category(); in main()
H A Dequivalent_int_error_condition.pass.cpp24 const std::error_category& e_cat = std::future_category(); in main()
H A Dmake_error_code.pass.cpp27 assert(ec.category() == std::future_category()); in main()
H A Dmake_error_condition.pass.cpp29 assert(ec1.category() == std::future_category()); in main()
H A Ddefault_error_condition.pass.cpp24 const std::error_category& e_cat = std::future_category(); in main()
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.promise/
H A Ddtor.pass.cpp122 e.code() == std::error_code(0, std::future_category())); in main()
/llvm-project-15.0.7/libcxx/src/
H A Dfuture.cpp60 future_category() noexcept in future_category() function
/llvm-project-15.0.7/libcxx/include/
H A Dfuture45 const error_category& future_category() noexcept;
494 const error_category& future_category() _NOEXCEPT;
500 return error_code(static_cast<int>(__e), future_category());
507 return error_condition(static_cast<int>(__e), future_category());
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc394 SYMBOL(future_category, std::, <future>)