Searched refs:__leftmost (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | sort.h | 280 const _RandomAccessIterator __leftmost = __first - difference_type(1); in __insertion_sort_unguarded() local 281 (void)__leftmost; // can be unused when assertions are disabled in __insertion_sort_unguarded() 292 __k != __leftmost, in __insertion_sort_unguarded() 721 bool __leftmost = true) { 758 if (__leftmost) { 796 if (!__leftmost && !__comp(*(__first - difference_type(1)), *__first)) { 825 __first, __i, __comp, __depth, __leftmost); 826 __leftmost = false;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | sort.h | 312 const _RandomAccessIterator __leftmost = __first - difference_type(1); 313 (void)__leftmost; // can be unused when assertions are disabled 324 __k != __leftmost, 753 bool __leftmost = true) { 790 if (__leftmost) { 828 if (!__leftmost && !__comp(*(__first - difference_type(1)), *__first)) { 857 __first, __i, __comp, __depth, __leftmost); 858 __leftmost = false;
|