Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_search.h48 auto __size2 = ranges::distance(__first2, __last2); in __ranges_search_impl() local
101 auto __size2 = ranges::size(__range2); local
H A Dsearch.h90 _DiffT2 __size2) { in __search_random_access_impl()
132 auto __size2 = __last2 - __first2; variable