Searched refs:__search_n_random_access_impl (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dsearch_n.h76 std::pair<_Iter, _Iter> __search_n_random_access_impl(_Iter __first, _Sent __last, function
133 return std::__search_n_random_access_impl<_ClassicAlgPolicy>(__first, __last,
H A Dranges_search_n.h56 auto __ret = std::__search_n_random_access_impl<_RangeAlgPolicy>(

Completed in 112 milliseconds