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

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

Completed in 115 milliseconds