/ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringbuf/stringbuf.cons/ |
D | move.pass.cpp | 24 std::stringbuf buf(move(buf1)); in main() 29 std::stringbuf buf(move(buf1)); in main() 34 std::stringbuf buf(move(buf1)); in main() 39 std::wstringbuf buf(move(buf1)); in main() 44 std::wstringbuf buf(move(buf1)); in main() 49 std::wstringbuf buf(move(buf1)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringbuf/stringbuf.assign/ |
D | move.pass.cpp | 25 buf = move(buf1); in main() 31 buf = move(buf1); in main() 37 buf = move(buf1); in main() 43 buf = move(buf1); in main() 49 buf = move(buf1); in main() 55 buf = move(buf1); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/ |
D | rv_value.pass.cpp | 32 q = std::move(x1); in test() 33 q = std::move(x2); in test() 34 q = std::move(x3); in test() 44 i = c.insert(i, std::move(x1)); in insert3at() 45 i = c.insert(++i, std::move(x2)); in insert3at() 46 c.insert(++i, std::move(x3)); in insert3at() 69 test(std::move(c1), 0, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main() 77 test(std::move(c1), 1, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main() 85 test(std::move(c1), 2, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main() 93 test(std::move(c1), 3, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.shared_future/ |
D | ctor_future.pass.cpp | 25 std::shared_future<T> f = std::move(f0); in main() 32 std::shared_future<T> f = std::move(f0); in main() 40 std::shared_future<T> f = std::move(f0); in main() 47 std::shared_future<T> f = std::move(f0); in main() 55 std::shared_future<T> f = std::move(f0); in main() 62 std::shared_future<T> f = std::move(f0); in main()
|
D | move_ctor.pass.cpp | 25 std::shared_future<T> f = std::move(f0); in main() 32 std::shared_future<T> f = std::move(f0); in main() 40 std::shared_future<T> f = std::move(f0); in main() 47 std::shared_future<T> f = std::move(f0); in main() 55 std::shared_future<T> f = std::move(f0); in main() 62 std::shared_future<T> f = std::move(f0); in main()
|
D | move_assign.pass.cpp | 27 f = std::move(f0); in main() 35 f = std::move(f0); in main() 44 f = std::move(f0); in main() 52 f = std::move(f0); in main() 61 f = std::move(f0); in main() 69 f = std::move(f0); in main()
|
D | get.pass.cpp | 67 std::thread(func1, std::move(p)).detach(); in main() 75 std::thread(func2, std::move(p)).detach(); in main() 94 std::thread(func3, std::move(p)).detach(); in main() 102 std::thread(func4, std::move(p)).detach(); in main() 121 std::thread(func5, std::move(p)).detach(); in main() 129 std::thread(func6, std::move(p)).detach(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.unique_future/ |
D | share.pass.cpp | 25 std::shared_future<T> f = std::move(f0.share()); in main() 32 std::shared_future<T> f = std::move(f0.share()); in main() 40 std::shared_future<T> f = std::move(f0.share()); in main() 47 std::shared_future<T> f = std::move(f0.share()); in main() 55 std::shared_future<T> f = std::move(f0.share()); in main() 62 std::shared_future<T> f = std::move(f0.share()); in main()
|
D | move_ctor.pass.cpp | 26 std::future<T> f = std::move(f0); in main() 33 std::future<T> f = std::move(f0); in main() 41 std::future<T> f = std::move(f0); in main() 48 std::future<T> f = std::move(f0); in main() 56 std::future<T> f = std::move(f0); in main() 63 std::future<T> f = std::move(f0); in main()
|
D | move_assign.pass.cpp | 27 f = std::move(f0); in main() 35 f = std::move(f0); in main() 44 f = std::move(f0); in main() 52 f = std::move(f0); in main() 61 f = std::move(f0); in main() 69 f = std::move(f0); in main()
|
D | get.pass.cpp | 67 std::thread(func1, std::move(p)).detach(); in main() 75 std::thread(func2, std::move(p)).detach(); in main() 94 std::thread(func3, std::move(p)).detach(); in main() 102 std::thread(func4, std::move(p)).detach(); in main() 121 std::thread(func5, std::move(p)).detach(); in main() 129 std::thread(func6, std::move(p)).detach(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | alloc_move.pass.cpp | 30 T t(std::allocator_arg, A1<int>(), std::move(t0)); in main() 35 T t(std::allocator_arg, A1<int>(), std::move(t0)); in main() 42 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main() 50 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main() 58 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main() 68 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
|
D | move.pass.cpp | 26 T t = std::move(t0); in main() 31 T t = std::move(t0); in main() 37 T t = std::move(t0); in main() 44 T t = std::move(t0); in main()
|
D | convert_move.pass.cpp | 42 T1 t1 = std::move(t0); in main() 49 T1 t1 = std::move(t0); in main() 57 T1 t1 = std::move(t0); in main() 67 T1 t1 = std::move(t0); in main() 77 T1 t1 = std::move(t0); in main()
|
D | alloc_convert_move.pass.cpp | 48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0)); in main() 56 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0)); in main() 64 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0)); in main() 75 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.special/ |
D | move.pass.cpp | 53 assert(std::move(c1.cbegin(), c1.cend(), c2.begin()) == c2.end()); in testN() 55 assert(std::move(c2.cbegin(), c2.cend(), c1.begin()) == c1.end()); in testN() 57 assert(std::move(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); in testN() 59 assert(std::move(c2.cbegin(), c2.cend(), RAI(c1.begin())) == RAI(c1.end())); in testN() 61 assert(std::move(RACI(c1.cbegin()), RACI(c1.cend()), c2.begin()) == c2.end()); in testN() 63 assert(std::move(RACI(c2.cbegin()), RACI(c2.cend()), c1.begin()) == c1.end()); in testN()
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/tuple.assign/ |
D | move.pass.cpp | 27 t = std::move(t0); in main() 33 t = std::move(t0); in main() 40 t = std::move(t0); in main() 48 t = std::move(t0); in main()
|
D | convert_move.pass.cpp | 44 t1 = std::move(t0); in main() 52 t1 = std::move(t0); in main() 61 t1 = std::move(t0); in main() 73 t1 = std::move(t0); in main() 83 t1 = std::move(t0); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/tuple.creation/ |
D | tuple_cat.pass.cpp | 114 std::tuple_cat(std::move(t1), t2); in main() 124 std::tuple_cat(t2, std::move(t1)); in main() 134 std::tuple_cat(std::move(t1), std::move(t2)); in main() 146 std::move(t1), in main() 147 std::move(t2)); in main() 157 std::tuple_cat(std::move(t1), in main() 159 std::move(t2)); in main() 169 std::tuple_cat(std::move(t1), in main() 170 std::move(t2), in main() 181 std::tuple_cat(std::move(t1), in main() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.promise/ |
D | set_rvalue.pass.cpp | 39 p.set_value(std::move(i)); in main() 43 p.set_value(std::move(i)); in main() 58 p.set_value(std::move(i)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.tas/futures.task.members/ |
D | operator.pass.cpp | 76 std::thread(func0, std::move(p)).detach(); in main() 82 std::thread(func1, std::move(p)).detach(); in main() 96 std::thread t(func2, std::move(p)); in main() 102 std::thread t(func3, std::move(p)); in main()
|
D | make_ready_at_thread_exit.pass.cpp | 76 std::thread(func0, std::move(p)).detach(); in main() 82 std::thread(func1, std::move(p)).detach(); in main() 96 std::thread(func2, std::move(p)).detach(); in main() 101 std::thread t(func3, std::move(p)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/ |
D | test_deleter.h | 55 test_deleter<T> t(std::move(x)); in swap() 56 x = std::move(y); in swap() 57 y = std::move(t); in swap()
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ifstream.cons/ |
D | move.pass.cpp | 25 std::ifstream fs = move(fso); in main() 32 std::wifstream fs = move(fso); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/queue/queue.cons.alloc/ |
D | ctor_rqueue_alloc.pass.cpp | 45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() 46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() 56 test<MoveOnly> q2(std::move(q), test_allocator<MoveOnly>(5)); in main()
|