Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_inplace_merge.h45 auto __last_iter = ranges::next(__middle, __last); __inplace_merge_impl() local
H A Dranges_make_heap.h46 auto __last_iter = ranges::next(__first, __last); __make_heap_fn_impl() local
H A Dranges_nth_element.h45 auto __last_iter = ranges::next(__first, __last); __nth_element_fn_impl() local
H A Dranges_push_heap.h46 auto __last_iter = ranges::next(__first, __last); __push_heap_fn_impl() local
H A Dranges_sort.h45 auto __last_iter = ranges::next(__first, __last); __sort_fn_impl() local
H A Dranges_sort_heap.h46 auto __last_iter = ranges::next(__first, __last); __sort_heap_fn_impl() local
H A Dranges_stable_sort.h44 auto __last_iter = ranges::next(__first, __last); __stable_sort_fn_impl() local
H A Dranges_is_heap_until.h44 auto __last_iter = ranges::next(__first, __last); in __is_heap_until_fn_impl() local
H A Dranges_stable_partition.h48 auto __last_iter = ranges::next(__first, __last); __stable_partition_fn_impl() local
H A Dranges_pop_heap.h46 auto __last_iter = ranges::next(__first, __last); __pop_heap_fn_impl() local
H A Dranges_is_heap.h43 auto __last_iter = ranges::next(__first, __last); in __is_heap_fn_impl() local
H A Dprev_permutation.h34 _BidirectionalIterator __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); __prev_permutation() local
H A Dnext_permutation.h33 _BidirectionalIterator __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); __next_permutation() local
H A Dpartial_sort.h64 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.h175 _Iterator __last_iter = _IterOps<_AlgPolicy>::next(__middle, __last); in __rotate() local