Searched refs:__move (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | move.h | 34 __move(_InIter __first, _Sent __last, _OutIter __result); 60 __result_ = std::__move<_AlgPolicy>(__lfirst, __llast, std::move(__result_)).second; in operator() 89 auto __iters = std::__move<_AlgPolicy>(__first, __first + __size, __local_first); in operator() 109 __move(_InIter __first, _Sent __last, _OutIter __result) { in __move() function 120 …return std::__move<_ClassicAlgPolicy>(std::move(__first), std::move(__last), std::move(__result)).… in move()
|
H A D | ranges_move.h | 38 namespace __move { 43 auto __ret = std::__move<_RangeAlgPolicy>(std::move(__first), std::move(__last), std::move(__result)); 61 } // namespace __move 64 inline constexpr auto move = __move::__fn{};
|
H A D | rotate.h | 38 _ForwardIterator __lm1 = std::__move<_AlgPolicy>(_Ops::next(__first), __last, __first).second; in __rotate_left()
|
H A D | inplace_merge.h | 79 std::__move<_AlgPolicy>(__first1, __last1, __result); in __half_inplace_merge()
|
H A D | pstl.h | 432 …using _Implementation = __pstl::__dispatch<__pstl::__move, __pstl::__current_configuration, _RawPo… in move()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/ |
H A D | backend_fwd.h | 216 struct __move;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | any | 327 __move(const_cast<any&>(*__this), *__other); 362 _LIBCPP_HIDE_FROM_ABI static void __move(any& __this, any& __dest) { 394 __move(const_cast<any&>(*__this), *__other); 433 _LIBCPP_HIDE_FROM_ABI static void __move(any& __this, any& __dest) {
|
H A D | __hash_table | 172 …_LIBCPP_HIDE_FROM_ABI static __container_value_type&& __move(__node_value_type& __v) { return std:… 199 …DE_FROM_ABI static pair<key_type&&, mapped_type&&> __move(__node_value_type& __v) { return __v.__m… 1209 __node_holder __h = __construct_node(_NodeTypes::__move(__u.remove(__i++)->__get_value()));
|
H A D | map | 790 _LIBCPP_HIDE_FROM_ABI __nc_rref_pair_type __move() { 801 __ref() = __v.__move(); 1506 __tree_.__insert_unique(__e.__i_, __m.__tree_.remove(__m.begin().__i_)->__value_.__move()); 2085 …tree_.__insert_multi(__e.__i_, std::move(__m.__tree_.remove(__m.begin().__i_)->__value_.__move()));
|
H A D | __tree | 523 …_LIBCPP_HIDE_FROM_ABI static __container_value_type&& __move(__node_value_type& __v) { return std:… 557 …DE_FROM_ABI static pair<key_type&&, mapped_type&&> __move(__node_value_type& __v) { return __v.__m… 1515 __insert_multi(__e, _NodeTypes::__move(__t.remove(__t.begin())->__value_));
|
H A D | unordered_map | 864 _LIBCPP_HIDE_FROM_ABI __nc_rref_pair_type __move() { 875 __ref() = __v.__move(); 1670 __table_.__emplace_unique(__u.__table_.remove((__i++).__i_)->__get_value().__move()); 2417 __table_.__insert_multi(__u.__table_.remove((__i++).__i_)->__get_value().__move());
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | default.h | 441 struct __move<__default_backend_tag, _ExecutionPolicy> {
|