Home
last modified time | relevance | path

Searched refs:__move (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmove.h34 __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 Dranges_move.h38 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 Drotate.h38 _ForwardIterator __lm1 = std::__move<_AlgPolicy>(_Ops::next(__first), __last, __first).second; in __rotate_left()
H A Dinplace_merge.h79 std::__move<_AlgPolicy>(__first1, __last1, __result); in __half_inplace_merge()
H A Dpstl.h432 …using _Implementation = __pstl::__dispatch<__pstl::__move, __pstl::__current_configuration, _RawPo… in move()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Dbackend_fwd.h216 struct __move;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dany327 __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_table172 …_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 Dmap790 _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__tree523 …_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 Dunordered_map864 _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 Ddefault.h441 struct __move<__default_backend_tag, _ExecutionPolicy> {