Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h91 _DiffT1 __size1, in __search_random_access_impl()
136 auto __size1 = __last1 - __first1; in __search_impl() local
H A Dranges_search_n.h93 auto __size1 = ranges::size(__range); local
H A Dsearch_n.h72 …_Sent __last, _SizeT __count, const _Type& __value, _Pred& __pred, _Proj& __proj, _DiffT __size1) { in __search_n_random_access_impl()