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

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfind_end.h50 _Iter1 __match_first = _IterOps<_AlgPolicy>::next(__first1, __last1); // __last1 is the "default" answer local
51 _Iter1 __match_last = __match_first;
57 return pair<_Iter1, _Iter1>(__match_first, __match_last);
67 __match_first = __first1;
73 return pair<_Iter1, _Iter1>(__match_first, __match_last);

Completed in 101 milliseconds