| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.future_error/ |
| H A D | code.pass.cpp | 28 std::future_error f(ec); in main() 33 std::future_error f(ec); in main() 38 std::future_error f(ec); in main() 43 std::future_error f(ec); in main() 48 std::future_error f(std::future_errc::broken_promise); in main() 52 std::future_error f(std::future_errc::no_state); in main()
|
| H A D | what.pass.cpp | 31 std::future_error f(std::make_error_code(std::future_errc::broken_promise)); in main() 36 std::future_error f(std::make_error_code(std::future_errc::future_already_retrieved)); in main() 41 std::future_error f(std::make_error_code(std::future_errc::promise_already_satisfied)); in main() 45 std::future_error f(std::make_error_code(std::future_errc::no_state)); in main()
|
| H A D | types.pass.cpp | 22 static_assert((std::is_convertible<std::future_error*, in main()
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | future.cpp | 66 future_error::future_error(error_code __ec) in future_error() function in future_error 72 future_error::~future_error() noexcept in ~future_error() 203 future_error(make_error_code(future_errc::broken_promise)) in ~promise()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.promise/ |
| H A D | dtor.pass.cpp | 49 catch (const std::future_error& e) in main() 81 catch (const std::future_error& e) in main() 112 catch (const std::future_error& e) in main()
|
| H A D | move_ctor.pass.cpp | 41 catch (const std::future_error& e) in main() 62 catch (const std::future_error& e) in main() 83 catch (const std::future_error& e) in main()
|
| H A D | move_assign.pass.cpp | 43 catch (const std::future_error& e) in main() 66 catch (const std::future_error& e) in main() 89 catch (const std::future_error& e) in main()
|
| H A D | get_future.pass.cpp | 40 catch (const std::future_error& e) in main() 53 catch (const std::future_error& e) in main()
|
| H A D | set_value_void.pass.cpp | 37 catch (const std::future_error& e) in main()
|
| H A D | set_exception.pass.cpp | 45 catch (const std::future_error& e) in main()
|
| H A D | set_lvalue.pass.cpp | 41 catch (const std::future_error& e) in main()
|
| H A D | set_value_const.pass.cpp | 48 catch (const std::future_error& e) in main()
|
| H A D | set_rvalue.pass.cpp | 45 catch (const std::future_error& e) in main()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.task/futures.task.members/ |
| H A D | get_future.pass.cpp | 50 catch (const std::future_error& e) in main() 62 catch (const std::future_error& e) in main()
|
| H A D | operator.pass.cpp | 58 catch (const std::future_error& e) in func2() 74 catch (const std::future_error& e) in func3()
|
| H A D | make_ready_at_thread_exit.pass.cpp | 58 catch (const std::future_error& e) in func2() 74 catch (const std::future_error& e) in func3()
|
| H A D | reset.pass.cpp | 56 catch (const std::future_error& e) in main()
|
| H A D | dtor.pass.cpp | 53 catch (const std::future_error& e) in main()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | future | 47 class future_error 51 future_error(error_code ec); // exposition only 52 explicit future_error(future_errc); // C++17 510 class _LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_FUTURE_ERROR future_error 515 future_error(error_code __ec); 520 future_error(const future_error&) _NOEXCEPT = default; 521 virtual ~future_error() _NOEXCEPT; 531 throw future_error(make_error_code(__ev)); 1352 future_error(make_error_code(future_errc::broken_promise)) 1495 future_error(make_error_code(future_errc::broken_promise))
|
| H A D | __availability | 110 // This controls the availability of the std::future_error exception. 113 // std::future_error can be used even on older deployment targets, but those
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx17Papers.csv | 89 "`P0517R0 <https://wg21.link/P0517R0>`__","LWG","Make future_error Constructible","Issaquah","|Comp…
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 396 SYMBOL(future_error, std::, <future>)
|