Searched defs:__last_iter (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_inplace_merge.h | 45 auto __last_iter = ranges::next(__middle, __last); __inplace_merge_impl() local
|
H A D | ranges_make_heap.h | 46 auto __last_iter = ranges::next(__first, __last); __make_heap_fn_impl() local
|
H A D | ranges_nth_element.h | 45 auto __last_iter = ranges::next(__first, __last); __nth_element_fn_impl() local
|
H A D | ranges_push_heap.h | 46 auto __last_iter = ranges::next(__first, __last); __push_heap_fn_impl() local
|
H A D | ranges_sort.h | 45 auto __last_iter = ranges::next(__first, __last); __sort_fn_impl() local
|
H A D | ranges_sort_heap.h | 46 auto __last_iter = ranges::next(__first, __last); __sort_heap_fn_impl() local
|
H A D | ranges_stable_sort.h | 44 auto __last_iter = ranges::next(__first, __last); __stable_sort_fn_impl() local
|
H A D | ranges_is_heap_until.h | 44 auto __last_iter = ranges::next(__first, __last); in __is_heap_until_fn_impl() local
|
H A D | ranges_stable_partition.h | 48 auto __last_iter = ranges::next(__first, __last); __stable_partition_fn_impl() local
|
H A D | ranges_pop_heap.h | 46 auto __last_iter = ranges::next(__first, __last); __pop_heap_fn_impl() local
|
H A D | ranges_is_heap.h | 43 auto __last_iter = ranges::next(__first, __last); in __is_heap_fn_impl() local
|
H A D | prev_permutation.h | 34 _BidirectionalIterator __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); __prev_permutation() local
|
H A D | next_permutation.h | 33 _BidirectionalIterator __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); __next_permutation() local
|
H A D | partial_sort.h | 64 auto __last_iter = in __partial_sort() local
|
H A D | copy_backward.h | 40 auto __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); in operator() local
|
H A D | move_backward.h | 40 auto __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); in operator() local
|
H A D | rotate.h | 175 _Iterator __last_iter = _IterOps<_AlgPolicy>::next(__middle, __last); in __rotate() local
|