Lines Matching defs:__first2
151 _ForwardIterator2 __first2,
160 std::move(__first2),
170 equal(_ExecutionPolicy&& __policy, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) {
178 std::move(__first2),
192 _ForwardIterator2 __first2,
202 std::move(__first2),
216 _ForwardIterator2 __first2,
225 std::move(__first2),
374 _ForwardIterator2 __first2,
381 _LIBCPP_REQUIRE_CPP17_OUTPUT_ITERATOR(_ForwardOutIterator, decltype(*__first2), "merge requires an OutputIterator");
387 std::move(__first2),
403 _ForwardIterator2 __first2,
409 _LIBCPP_REQUIRE_CPP17_OUTPUT_ITERATOR(_ForwardOutIterator, decltype(*__first2), "merge requires an OutputIterator");
415 std::move(__first2),
639 _ForwardIterator2 __first2,
646 _ForwardOutIterator, decltype(__op(*__first1, *__first2)), "transform requires an OutputIterator");
652 std::move(__first2),