Searched refs:future (Results 1 - 25 of 832) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.unique_future/
H A Dcopy_ctor.fail.cpp12 // <future>
14 // class future<R>
16 // future(const future&) = delete;
18 #include <future>
26 std::future<int> f0;
27 std::future<int> f = f0; // expected-error {{call to deleted constructor of 'std::future<int>'}}
30 std::future<int &> f0;
31 std::future<in
[all...]
H A Dcopy_assign.fail.cpp12 // <future>
14 // class future<R>
16 // future& operator=(const future&) = delete;
18 #include <future>
26 std::future<int> f0, f;
30 std::future<int &> f0, f;
34 std::future<void> f0, f;
39 std::future<int> f0, f;
40 f = f0; // expected-error {{'operator=' is a private member of 'std::__1::future<in
[all...]
H A Ddefault.pass.cpp12 // <future>
14 // class future<R>
16 // future();
18 #include <future>
24 std::future<int> f;
28 std::future<int&> f;
32 std::future<void> f;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.unique_future/
H A Dcopy_ctor.fail.cpp12 // <future>
14 // class future<R>
16 // future(const future&) = delete;
18 #include <future>
26 std::future<int> f0;
27 std::future<int> f = f0; // expected-error {{call to deleted constructor of 'std::future<int>'}}
30 std::future<int &> f0;
31 std::future<in
[all...]
H A Dcopy_assign.fail.cpp12 // <future>
14 // class future<R>
16 // future& operator=(const future&) = delete;
18 #include <future>
26 std::future<int> f0, f;
30 std::future<int &> f0, f;
34 std::future<void> f0, f;
39 std::future<int> f0, f;
40 f = f0; // expected-error {{'operator=' is a private member of 'std::__1::future<in
[all...]
H A Ddefault.pass.cpp12 // <future>
14 // class future<R>
16 // future();
18 #include <future>
24 std::future<int> f;
28 std::future<int&> f;
32 std::future<void> f;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/thread/futures/
H A Dversion.pass.cpp12 // <future>
14 #include <future>
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.overview/
H A Dis_error_code_enum_future_errc.pass.cpp12 // <future>
16 #include <future>
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.tas/futures.task.members/
H A Dassign_copy.fail.cpp13 // <future>
19 #include <future>
H A Dctor_copy.fail.cpp13 // <future>
19 #include <future>
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.overview/
H A Dis_error_code_enum_future_errc.pass.cpp10 // <future>
14 #include <future>
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
H A Ddefault.pass.cpp10 // <future>
12 // class future<R>
14 // future();
16 #include <future>
22 std::future<int> f;
26 std::future<int&> f;
30 std::future<void> f;
H A Dcopy_assign.fail.cpp10 // <future>
12 // class future<R>
14 // future& operator=(const future&) = delete;
16 #include <future>
25 std::future<T> f0 = p.get_future();
26 std::future<T> f;
33 std::future<T> f0;
34 std::future<T> f;
42 std::future<
[all...]
H A Dcopy_ctor.fail.cpp10 // <future>
12 // class future<R>
14 // future(const future&) = delete;
16 #include <future>
24 std::future<T> f0 = p.get_future();
25 std::future<T> f = f0;
31 std::future<T> f0;
32 std::future<T> f = f0;
39 std::future<
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
H A Dversion.pass.cpp10 // <future>
12 #include <future>
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/thread/futures/
H A Dversion.pass.cpp12 // <future>
14 #include <future>
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.overview/
H A Dis_error_code_enum_future_errc.pass.cpp12 // <future>
16 #include <future>
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.tas/futures.task.members/
H A Dassign_copy.fail.cpp13 // <future>
19 #include <future>
H A Dctor_copy.fail.cpp13 // <future>
19 #include <future>
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.promise/
H A Ddefault.pass.cpp13 // <future>
19 #include <future>
26 std::future<int> f = p.get_future();
31 std::future<int&> f = p.get_future();
36 std::future<void> f = p.get_future();
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.tas/futures.task.nonmembers/
H A Duses_allocator.pass.cpp18 // <future>
26 #include <future>
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
H A Ddefault.pass.cpp10 // <future>
16 #include <future>
23 std::future<int> f = p.get_future();
28 std::future<int&> f = p.get_future();
33 std::future<void> f = p.get_future();
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/
H A Duses_allocator.pass.cpp10 // <future>
18 #include <future>
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.promise/
H A Ddefault.pass.cpp13 // <future>
19 #include <future>
26 std::future<int> f = p.get_future();
31 std::future<int&> f = p.get_future();
36 std::future<void> f = p.get_future();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.tas/futures.task.nonmembers/
H A Duses_allocator.pass.cpp18 // <future>
26 #include <future>

Completed in 377 milliseconds

1234567891011>>