Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/
Dfuture_category.pass.cpp20 const std::error_category& ec = std::future_category(); in main()
Dequivalent_error_code_int.pass.cpp21 const std::error_category& e_cat = std::future_category(); in main()
Dequivalent_int_error_condition.pass.cpp21 const std::error_category& e_cat = std::future_category(); in main()
Dmake_error_code.pass.cpp24 assert(ec.category() == std::future_category()); in main()
Dmake_error_condition.pass.cpp26 assert(ec1.category() == std::future_category()); in main()
Ddefault_error_condition.pass.cpp21 const std::error_category& e_cat = std::future_category(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
Ddtor.pass.cpp111 e.code() == std::error_code(0, std::future_category())); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dfuture.cpp67 future_category() _NOEXCEPT in future_category() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfuture46 const error_category& future_category() noexcept;
484 const error_category& future_category() _NOEXCEPT;
490 return error_code(static_cast<int>(__e), future_category());
497 return error_condition(static_cast<int>(__e), future_category());
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3632 $(call gen-test, thread/futures/futures.errors/future_category)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3641 $(call gen-test, thread/futures/futures.errors/future_category)