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

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_sort.h48 std::__sort_impl<_RangeAlgPolicy>(std::move(__first), __last_iter, __projected_comp);
H A Dsort.h688 void __sort_impl(_RandomAccessIterator __first, _RandomAccessIterator __last, _Comp& __comp) { function
706 std::__sort_impl<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __comp);

Completed in 162 milliseconds