Searched refs:__ret2 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dset_symmetric_difference.h63 auto __ret2 = std::__copy<_AlgPolicy>(std::move(__first2), std::move(__last2), std::move(__result)); local
65 std::move(__first1), std::move(__ret2.first), std::move((__ret2.second)));
H A Dset_union.h59 auto __ret2 = std::__copy<_AlgPolicy>(std::move(__first2), std::move(__last2), std::move(__result)); local
61 std::move(__first1), std::move(__ret2.first), std::move((__ret2.second)));
H A Dranges_merge.h70 auto __ret2 = ranges::copy(std::move(__first2), std::move(__last2), std::move(__ret1.out)); local
71 return {std::move(__ret1.in), std::move(__ret2.in), std::move(__ret2.out)};

Completed in 117 milliseconds