Searched refs:__sort3 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | sort.h | 35 __sort3(_ForwardIterator __x, _ForwardIterator __y, _ForwardIterator __z, _Compare __c) in __sort3() function 75 unsigned __r = _VSTD::__sort3<_Compare>(__x1, __x2, __x3, __c); in __sort4() 167 _VSTD::__sort3<_Compare>(__first, __first+1, __j, __comp); in __insertion_sort_3() 200 _VSTD::__sort3<_Compare>(__first, __first+1, --__last, __comp); in __insertion_sort_incomplete() 211 _VSTD::__sort3<_Compare>(__first, __first+1, __j, __comp); in __insertion_sort_incomplete() 292 _VSTD::__sort3<_Compare>(__first, __first+1, --__last, __comp); in __sort() 324 __n_swaps = _VSTD::__sort3<_Compare>(__first, __m, __lm1, __comp); in __sort()
|
| H A D | nth_element.h | 68 _VSTD::__sort3<_Compare>(__first, ++__m, --__last, __comp); in __nth_element() 80 unsigned __n_swaps = _VSTD::__sort3<_Compare>(__first, __m, --__lm1, __comp); in __nth_element()
|