Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort.h99 __sort5(_ForwardIterator __x1, _ForwardIterator __x2, _ForwardIterator __x3, in __sort5() function
206 _VSTD::__sort5<_Compare>(__first, __first+1, __first+2, __first+3, --__last, __comp); in __insertion_sort_incomplete()
298 _VSTD::__sort5<_Compare>(__first, __first+1, __first+2, __first+3, --__last, __comp); in __sort()
318 … __n_swaps = _VSTD::__sort5<_Compare>(__first, __first + __delta, __m, __m+__delta, __lm1, __comp); in __sort()
503 _LIBCPP_EXTERN_TEMPLATE(_LIBCPP_FUNC_VIS unsigned __sort5<__less<long double>&, long double*>(long … in _LIBCPP_EXTERN_TEMPLATE()
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dalgorithm.cpp45 template unsigned __sort5<__less<long double>&, long double*>(long double*, long double*, long doub…