/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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() 70 test(std::move(c1), 0, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main() 78 test(std::move(c1), 1, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main() 86 test(std::move(c1), 2, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main() 94 test(std::move(c1), 3, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/ |
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 | 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_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++/libcxx/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_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 | 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 | 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++/libcxx/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()
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch | 12 .../predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ | 1 + 13 .../predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ | 1 + 14 .../predef.iterators/move.iterators/move.iter.ops/move.iter.opEQ | 1 + 41 create mode 120000 test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ 42 create mode 120000 test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ 43 create mode 120000 test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.opEQ 91 …rs/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ b/test/iterators/predef.iterator… 95 +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ 97 +move.iter.op.+= 99 …rs/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ b/test/iterators/predef.iterator… [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/ |
D | move.pass.cpp | 53 opt = std::move(opt2); in main() 60 opt = std::move(opt2); in main() 69 opt = std::move(opt2); in main() 76 opt = std::move(opt2); in main() 90 opt = std::move(opt2); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/test/containers/sequences/deque/deque.special/ |
D | move.pass.cpp | 55 assert(std::move(c1.cbegin(), c1.cend(), c2.begin()) == c2.end()); in testN() 57 assert(std::move(c2.cbegin(), c2.cend(), c1.begin()) == c1.end()); in testN() 59 assert(std::move(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); in testN() 61 assert(std::move(c2.cbegin(), c2.cend(), RAI(c1.begin())) == RAI(c1.end())); in testN() 63 assert(std::move(RACI(c1.cbegin()), RACI(c1.cend()), c2.begin()) == c2.end()); in testN() 65 assert(std::move(RACI(c2.cbegin()), RACI(c2.cend()), c1.begin()) == c1.end()); in testN()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/ |
D | value_or.pass.cpp | 51 assert(std::move(opt).value_or(y) == 2); in main() 56 assert(std::move(opt).value_or(Y(3)) == 2); in main() 62 assert(std::move(opt).value_or(y) == 3); in main() 67 assert(std::move(opt).value_or(Y(3)) == 4); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/ |
D | tuple_cat.pass.cpp | 140 std::tuple_cat(std::move(t1), t2); in main() 150 std::tuple_cat(t2, std::move(t1)); in main() 160 std::tuple_cat(std::move(t1), std::move(t2)); in main() 172 std::move(t1), in main() 173 std::move(t2)); in main() 183 std::tuple_cat(std::move(t1), in main() 185 std::move(t2)); in main() 195 std::tuple_cat(std::move(t1), in main() 196 std::move(t2), in main() 207 std::tuple_cat(std::move(t1), in main() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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()
|