Searched refs:__sort4 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | sort.h | 72 __sort4(_ForwardIterator __x1, _ForwardIterator __x2, _ForwardIterator __x3, in __sort4() function 102 unsigned __r = _VSTD::__sort4<_Compare>(__x1, __x2, __x3, __x4, __c); in __sort5() 203 _VSTD::__sort4<_Compare>(__first, __first+1, __first+2, --__last, __comp); in __insertion_sort_incomplete() 295 _VSTD::__sort4<_Compare>(__first, __first+1, __first+2, --__last, __comp); in __sort()
|