Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dnth_element.h69 std::__sort3<_AlgPolicy, _Compare>(__first, ++__m, --__last, __comp); in __nth_element()
80 unsigned __n_swaps = std::__sort3<_AlgPolicy, _Compare>(__first, __m, --__lm1, __comp); in __nth_element()
H A Dsort.h51 __sort3(_ForwardIterator __x, _ForwardIterator __y, _ForwardIterator __z, _Compare __c) { in __sort3() function
91 std::__sort3<_AlgPolicy, _Compare>(__x1, __x2, __x3, __c); in __sort4()
201 std::__sort3<_AlgPolicy, _Compare>(__x1, __x2, __x3, __c);
816 …std::__sort3<_AlgPolicy, _Compare>(__first, __first + __half_len, __last - difference_type(1), __c…
817 std::__sort3<_AlgPolicy, _Compare>(
819 std::__sort3<_AlgPolicy, _Compare>(
821 std::__sort3<_AlgPolicy, _Compare>(
825 …std::__sort3<_AlgPolicy, _Compare>(__first + __half_len, __first, __last - difference_type(1), __c…