Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dnth_element.h230 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __nth_element_impl( in __nth_element_impl() function
248 …std::__nth_element_impl<_ClassicAlgPolicy>(std::move(__first), std::move(__nth), std::move(__last)… in nth_element()
H A Dranges_nth_element.h51 …std::__nth_element_impl<_RangeAlgPolicy>(std::move(__first), std::move(__nth), __last_iter, __proj… in __nth_element_fn_impl()