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

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dset_symmetric_difference.h45 auto __ret1 = std::__copy<_AlgPolicy>(std::move(__first1), std::move(__last1), std::move(__result)); local
47 std::move(__ret1.first), std::move(__first2), std::move((__ret1.second)));
H A Dset_union.h44 auto __ret1 = std::__copy<_AlgPolicy>(std::move(__first1), std::move(__last1), std::move(__result)); local
46 std::move(__ret1.first), std::move(__first2), std::move((__ret1.second)));
H A Dranges_merge.h69 auto __ret1 = ranges::copy(std::move(__first1), std::move(__last1), std::move(__result)); local
70 auto __ret2 = ranges::copy(std::move(__first2), std::move(__last2), std::move(__ret1.out));
71 return {std::move(__ret1.in), std::move(__ret2.in), std::move(__ret2.out)};

Completed in 186 milliseconds