Lines Matching defs:__m1
55 _Iter1 __m1 = __first1;
59 return std::make_pair(__first1, ++__m1);
60 if (++__m1 == __last1) { // Otherwise if source exhaused, pattern not found
61 return std::make_pair(__m1, __m1);
65 if (!std::__invoke(__pred, std::__invoke(__proj1, *__m1), std::__invoke(__proj2, *__m2))) {
106 _Iter1 __m1 = __first1;
111 ++__m1; // no need to check range on __m1 because __s guarantees we have enough source
112 if (!std::__invoke(__pred, std::__invoke(__proj1, *__m1), std::__invoke(__proj2, *__m2))) {