Lines Matching refs:matches
916 // *__first1 matches *__first2, now match elements after here
946 return __last1; // Everything matches an empty sequence
955 if (__first1 == __l1) // return __last1 if no element matches *__first2
960 // *__l1 matches *__l2, now match elements before here
1412 return __first1; // Everything matches an empty sequence
1418 if (__first1 == __last1) // return __last1 if no element matches *__first2
1424 // *__first1 matches *__first2, now match elements after here
1591 if (__first == __last) // return __last if no element matches __value_
1597 // *__first matches __value_, now match elements after here
1632 if (__first >= __s) // return __last if no element matches __value_
1638 // *__first matches __value_, now match elements after here