Searched defs:__size2 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_search.h48 auto __size2 = ranges::distance(__first2, __last2); local
101 auto __size2 = ranges::size(__range2); local
H A Dsearch.h132 auto __size2 = __last2 - __first2; local
84 __search_random_access_impl(_Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Sent2 __last2, _Pred& __pred, _Proj1& __proj1, _Proj2& __proj2, _DiffT1 __size1, _DiffT2 __size2) argument

Completed in 188 milliseconds