Home
last modified time | relevance | path

Searched refs:borrowed_iterator_t (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_uninitialized_algorithms.h54 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range) const… in operator()
91 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range) const… in operator()
128 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range, const… in operator()
176 …_LIBCPP_HIDE_FROM_ABI uninitialized_copy_result<borrowed_iterator_t<_InputRange>, borrowed_iterato…
237 …_LIBCPP_HIDE_FROM_ABI uninitialized_move_result<borrowed_iterator_t<_InputRange>, borrowed_iterato…
H A Dranges_destroy.h47 …_LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_InputRange> operator()(_InputRange&& __range)… in operator()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dalgorithm54 constexpr borrowed_iterator_t<R> min_element(R&& r, Comp comp = {}, Proj proj = {});
62 …constexpr borrowed_iterator_t<R> ranges::max_element(R&& r, Comp comp = {}, Proj proj = {}); …
76 constexpr mismatch_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>
84 constexpr borrowed_iterator_t<R>
93 constexpr borrowed_iterator_t<R>
102 constexpr borrowed_iterator_t<R>
173 constexpr ranges::unary_transform_result<borrowed_iterator_t<R>, O>
189 constexpr ranges::binary_transform_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
242 constexpr ranges::minmax_element_result<borrowed_iterator_t<R>>
284 …constexpr ranges::copy_result<borrowed_iterator_t<R>, O> ranges::copy(R&& r, O result); // since C…
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm57 constexpr borrowed_iterator_t<R> min_element(R&& r, Comp comp = {}, Proj proj = {});
65 …constexpr borrowed_iterator_t<R> ranges::max_element(R&& r, Comp comp = {}, Proj proj = {}); …
79 constexpr mismatch_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>
87 constexpr borrowed_iterator_t<R>
96 constexpr borrowed_iterator_t<R>
105 constexpr borrowed_iterator_t<R>
176 constexpr ranges::unary_transform_result<borrowed_iterator_t<R>, O>
192 constexpr ranges::binary_transform_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
245 constexpr ranges::minmax_element_result<borrowed_iterator_t<R>>
287 …constexpr ranges::copy_result<borrowed_iterator_t<R>, O> ranges::copy(R&& r, O result); // since C…
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_swap_ranges.h51 …_LIBCPP_HIDE_FROM_ABI constexpr swap_ranges_result<borrowed_iterator_t<_R1>, borrowed_iterator_t<_…
H A Dranges_transform.h99 _LIBCPP_HIDE_FROM_ABI constexpr unary_transform_result<borrowed_iterator_t<_Range>, _OutIter>
143 _LIBCPP_HIDE_FROM_ABI constexpr binary_transform_result<borrowed_iterator_t<_Range1>,
144 borrowed_iterator_t<_Range2>,
H A Dranges_partial_sort_copy.h84 …PP_HIDE_FROM_ABI constexpr partial_sort_copy_result<borrowed_iterator_t<_Range1>, borrowed_iterato…
H A Dranges_set_union.h81 …_LIBCPP_HIDE_FROM_ABI constexpr set_union_result<borrowed_iterator_t<_Range1>, borrowed_iterator_t
H A Dranges_set_symmetric_difference.h78 _LIBCPP_HIDE_FROM_ABI constexpr set_symmetric_difference_result<borrowed_iterator_t<_Range1>,
79 borrowed_iterator_t<_Range2>,
H A Dranges_set_intersection.h79 _LIBCPP_HIDE_FROM_ABI constexpr set_intersection_result<borrowed_iterator_t<_Range1>,
80 borrowed_iterator_t<_Range2>,
H A Dranges_mismatch.h80 …_LIBCPP_HIDE_FROM_ABI constexpr mismatch_result<borrowed_iterator_t<_R1>, borrowed_iterator_t<_R2>>
H A Dranges_merge.h71 …_LIBCPP_HIDE_FROM_ABI constexpr merge_result<borrowed_iterator_t<_Range1>, borrowed_iterator_t<_Ra…
H A Dranges_fill.h44 …_LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range> operator()(_Range&& __range, const _Ty… in operator()
H A Dranges_shuffle.h52 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_Range> operator()(_Range&& __range, _Gen&& __gen) const… in operator()
H A Dranges_reverse.h63 _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range> operator()(_Range&& __range) const { in operator()
H A Dranges_min_element.h49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Rp>
H A Dranges_generate.h53 …_LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range> operator()(_Range&& __range, _Func __g… in operator()
H A Dranges_adjacent_find.h49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range>
H A Dranges_lower_bound.h54 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range>
H A Dranges_max_element.h49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Rp>
H A Dranges_find_if_not.h49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Rp>
H A Dranges_reverse_copy.h50 _LIBCPP_HIDE_FROM_ABI constexpr reverse_copy_result<borrowed_iterator_t<_Range>, _OutIter>
H A Dranges_rotate_copy.h49 _LIBCPP_HIDE_FROM_ABI constexpr rotate_copy_result<borrowed_iterator_t<_Range>, _OutIter>
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Ddangling.h33 using borrowed_iterator_t = _If<borrowed_range<_Rp>, iterator_t<_Rp>, dangling>; variable
/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dranges_iota.h50 _LIBCPP_HIDE_FROM_ABI static constexpr iota_result<ranges::borrowed_iterator_t<_Range>, _Tp>

123