Lines Matching full:move

33 #  include <__utility/move.h>
47 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in any_of()
60 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in all_of()
73 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in none_of()
91 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__resul… in copy()
110 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__n), std::move(__result)); in copy_n()
124 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in count_if()
138 std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), __value); in count()
158 std::move(__first1), in equal()
159 std::move(__last1), in equal()
160 std::move(__first2), in equal()
161 std::move(__pred)); in equal()
176 std::move(__first1), in equal()
177 std::move(__last1), in equal()
178 std::move(__first2), in equal()
200 std::move(__first1), in equal()
201 std::move(__last1), in equal()
202 std::move(__first2), in equal()
203 std::move(__last2), in equal()
204 std::move(__pred)); in equal()
223 std::move(__first1), in equal()
224 std::move(__last1), in equal()
225 std::move(__first2), in equal()
226 std::move(__last2), in equal()
240 std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), __value); in fill()
254 std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__n), __value); in fill_n()
267 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in find_if()
280 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in find_if_not()
293 std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), __value); in find()
306 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__func)… in for_each()
320 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__size), std::move(__func)… in for_each_n()
333 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__gen)); in generate()
347 … std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__n), std::move(__gen)); in generate_n()
360 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in is_partitioned()
385 std::move(__first1), in merge()
386 std::move(__last1), in merge()
387 std::move(__first2), in merge()
388 std::move(__last2), in merge()
389 std::move(__result), in merge()
390 std::move(__comp)); in merge()
413 std::move(__first1), in merge()
414 std::move(__last1), in merge()
415 std::move(__first2), in merge()
416 std::move(__last2), in merge()
417 std::move(__result), in merge()
427 move(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _ForwardOutIte… in move() function
428 _LIBCPP_REQUIRE_CPP17_FORWARD_ITERATOR(_ForwardIterator, "move requires ForwardIterators"); in move()
429 _LIBCPP_REQUIRE_CPP17_FORWARD_ITERATOR(_ForwardOutIterator, "move requires an OutputIterator"); in move()
431 _ForwardOutIterator, decltype(std::move(*__first)), "move requires an OutputIterator"); in move()
434 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__resul… in move()
452 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in replace_if()
469 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), __old_value, __ne… in replace()
494 std::move(__first), in replace_copy_if()
495 std::move(__last), in replace_copy_if()
496 std::move(__result), in replace_copy_if()
497 std::move(__pred), in replace_copy_if()
522 std::move(__first), in replace_copy()
523 std::move(__last), in replace_copy()
524 std::move(__result), in replace_copy()
547 std::move(__first), in rotate_copy()
548 std::move(__middle), in rotate_copy()
549 std::move(__last), in rotate_copy()
550 std::move(__result)); in rotate_copy()
563 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__comp)… in sort()
575 std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), less{}); in sort()
588 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__comp)… in stable_sort()
600 std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), less{}); in stable_sort()
622 std::move(__first), in transform()
623 std::move(__last), in transform()
624 std::move(__result), in transform()
625 std::move(__op)); in transform()
650 std::move(__first1), in transform()
651 std::move(__last1), in transform()
652 std::move(__first2), in transform()
653 std::move(__result), in transform()
654 std::move(__op)); in transform()