Home
last modified time | relevance | path

Searched refs:__sort_impl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_sort.h49 std::__sort_impl<_RangeAlgPolicy>(std::move(__first), __last_iter, __projected_comp); in __sort_fn_impl()
H A Dsort.h930 __sort_impl(_RandomAccessIterator __first, _RandomAccessIterator __last, _Comp& __comp) { in __sort_impl() function
945 std::__sort_impl<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __comp); in sort()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dsort.h963 __sort_impl(_RandomAccessIterator __first, _RandomAccessIterator __last, _Comp& __comp) {
977 std::__sort_impl<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __comp);