Home
last modified time | relevance | path

Searched defs:__last_iter (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_stable_sort.h45 auto __last_iter = ranges::next(__first, __last); in __stable_sort_fn_impl() local
H A Dranges_push_heap.h46 auto __last_iter = ranges::next(__first, __last); in __push_heap_fn_impl() local
H A Dranges_sort_heap.h46 auto __last_iter = ranges::next(__first, __last); in __sort_heap_fn_impl() local
H A Dranges_sort.h45 auto __last_iter = ranges::next(__first, __last); in __sort_fn_impl() local
H A Dranges_inplace_merge.h45 auto __last_iter = ranges::next(__middle, __last); in __inplace_merge_impl() local
H A Dranges_make_heap.h46 auto __last_iter = ranges::next(__first, __last); in __make_heap_fn_impl() local
H A Dranges_nth_element.h45 auto __last_iter = ranges::next(__first, __last); in __nth_element_fn_impl() local
H A Dranges_is_heap_until.h42 auto __last_iter = ranges::next(__first, __last); in __is_heap_until_fn_impl() local
H A Dranges_is_heap.h41 auto __last_iter = ranges::next(__first, __last); in __is_heap_fn_impl() local
H A Dranges_stable_partition.h50 auto __last_iter = ranges::next(__first, __last); in __stable_partition_fn_impl() local
H A Dranges_pop_heap.h46 auto __last_iter = ranges::next(__first, __last); in __pop_heap_fn_impl() local
H A Dprev_permutation.h34 _BidirectionalIterator __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); in __prev_permutation() local
H A Dnext_permutation.h33 _BidirectionalIterator __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); in __next_permutation() local
H A Dpartial_sort.h65 auto __last_iter = in __partial_sort() local
H A Dcopy_backward.h40 auto __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); in operator() local
H A Dmove_backward.h40 auto __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); in operator() local
H A Drotate.h196 _Iterator __last_iter = _IterOps<_AlgPolicy>::next(__middle, __last); in __rotate() local