Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__algorithm/
H A Dranges_search.h53 if (__size1 < __size2) { in __ranges_search_impl() local
105 if (__size1 < __size2) { local
H A Dranges_search_n.h93 if (__size1 < static_cast<range_size_t<_Range>>(__count)) { local
H A Dsearch.h91 _DiffT1 __size1, in __search_random_access_impl() argument
136 auto __size1 = __last1 - __first1; in __search_impl() local
H A Dsearch_n.h72 __search_n_random_access_impl(_Iter __first,_Sent __last,_SizeT __count,const _Type & __value,_Pred & __pred,_Proj & __proj,_DiffT __size1) __search_n_random_access_impl() argument