Home
last modified time | relevance | path

Searched refs:__search_forward_impl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dsearch.h37 pair<_Iter1, _Iter1> __search_forward_impl(_Iter1 __first1, _Sent1 __last1, in __search_forward_impl() function
165 return std::__search_forward_impl<_ClassicAlgPolicy>(__first1, __last1,
H A Dranges_search.h67 …std::__search_forward_impl<_RangeAlgPolicy>(__first1, __last1, __first2, __last2, __pred, __proj1,… in __ranges_search_impl()