Home
last modified time | relevance | path

Searched defs:__size1 (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_search.h53 auto __size1 = ranges::distance(__first1, __last1); in __ranges_search_impl() local
105 auto __size1 = ranges::size(__range1); local
H A Dsearch.h89 _DiffT1 __size1, in __search_random_access_impl()
136 auto __size1 = __last1 - __first1; variable
H A Dranges_search_n.h96 auto __size1 = ranges::size(__range); local
H A Dsearch_n.h81 _DiffT __size1) { in __search_n_random_access_impl()