Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsearch_n.h71 …_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 std::pair<_Iter, _Iter> __search_n_random_access_impl( in __search_n_random_access_impl() function
120 return std::__search_n_random_access_impl<_ClassicAlgPolicy>( in __search_n_impl()
H A Dranges_search_n.h58 auto __ret = std::__search_n_random_access_impl<_RangeAlgPolicy>( in __ranges_search_n_impl()