Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__algorithm/
H A Dranges_make_heap.h49 auto __last_iter = ranges::next(__first, __last); __make_heap_fn_impl() local
H A Dranges_stable_sort.h47 auto __last_iter = ranges::next(__first, __last); __stable_sort_fn_impl() local
H A Dranges_sort.h48 auto __last_iter = ranges::next(__first, __last); __sort_fn_impl() local
H A Dranges_sort_heap.h49 auto __last_iter = ranges::next(__first, __last); __sort_heap_fn_impl() local
H A Dranges_inplace_merge.h48 std::move(__first), std::move(__middle), __last_iter, std::__make_projected(__comp, __proj)); in __inplace_merge_impl() local
H A Dranges_is_heap_until.h44 auto __last_iter = ranges::next(__first, __last); __is_heap_until_fn_impl() local
H A Dranges_nth_element.h48 auto __last_iter = ranges::next(__first, __last); __nth_element_fn_impl() local
H A Dranges_push_heap.h49 auto __last_iter = ranges::next(__first, __last); __push_heap_fn_impl() local
H A Dranges_stable_partition.h51 auto __last_iter = ranges::next(__first, __last); __stable_partition_fn_impl() local
H A Dranges_pop_heap.h49 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); __is_heap_fn_impl() local
H A Dnext_permutation.h35 _BidirectionalIterator __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); in __next_permutation() local
H A Dprev_permutation.h35 _BidirectionalIterator __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); in __prev_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); operator() local
H A Dmove_backward.h40 auto __last_iter = _IterOps<_AlgPolicy>::next(__first, __last); operator() local
H A Drotate.h175 _Iterator __last_iter = _IterOps<_AlgPolicy>::next(__middle, __last); in __rotate() local