Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_uninitialized_algorithms.h57 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range) const… in operator()
102 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range) const… in operator()
147 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range, const… in operator()
203 …_LIBCPP_HIDE_FROM_ABI uninitialized_copy_result<borrowed_iterator_t<_InputRange>, borrowed_iterato…
272 …_LIBCPP_HIDE_FROM_ABI uninitialized_move_result<borrowed_iterator_t<_InputRange>, borrowed_iterato…
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm76 constexpr mismatch_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>
84 constexpr borrowed_iterator_t<R>
93 constexpr borrowed_iterator_t<R>
164 constexpr ranges::binary_transform_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
388 borrowed_iterator_t<R>
512 constexpr partial_sort_copy_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>
727 constexpr merge_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
784 constexpr set_intersection_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
963 constexpr set_union_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
988 borrowed_iterator_t<R>
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_swap_ranges.h52 …_LIBCPP_HIDE_FROM_ABI constexpr swap_ranges_result<borrowed_iterator_t<_R1>, borrowed_iterator_t<_…
H A Dranges_transform.h100 _LIBCPP_HIDE_FROM_ABI constexpr unary_transform_result<borrowed_iterator_t<_Range>, _OutIter>
144 _LIBCPP_HIDE_FROM_ABI constexpr binary_transform_result<borrowed_iterator_t<_Range1>,
145 borrowed_iterator_t<_Range2>,
H A Dranges_partial_sort_copy.h86 …PP_HIDE_FROM_ABI constexpr partial_sort_copy_result<borrowed_iterator_t<_Range1>, borrowed_iterato…
H A Dranges_set_union.h84 …_LIBCPP_HIDE_FROM_ABI constexpr set_union_result<borrowed_iterator_t<_Range1>, borrowed_iterator_t
H A Dranges_set_symmetric_difference.h81 _LIBCPP_HIDE_FROM_ABI constexpr set_symmetric_difference_result<borrowed_iterator_t<_Range1>,
82 borrowed_iterator_t<_Range2>,
H A Dranges_mismatch.h74 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr mismatch_result<borrowed_iterator_t<_R1>,
75 borrowed_iterator_t<_R2>>
H A Dranges_set_intersection.h81 _LIBCPP_HIDE_FROM_ABI constexpr set_intersection_result<borrowed_iterator_t<_Range1>,
82 borrowed_iterator_t<_Range2>,
H A Dranges_merge.h106 …_LIBCPP_HIDE_FROM_ABI constexpr merge_result<borrowed_iterator_t<_Range1>, borrowed_iterator_t<_Ra…
H A Dranges_fill.h45 …_LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range> operator()(_Range&& __range, const _Ty… in operator()
H A Dranges_shuffle.h54 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_Range> operator()(_Range&& __range, _Gen&& __gen) const… in operator()
H A Dranges_reverse.h64 _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range> operator()(_Range&& __range) const { in operator()
H A Dranges_max_element.h50 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Rp>
H A Dranges_reverse_copy.h51 _LIBCPP_HIDE_FROM_ABI constexpr reverse_copy_result<borrowed_iterator_t<_Range>, _OutIter>
H A Dranges_generate.h55 …_LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range> operator()(_Range&& __range, _Func __g… in operator()
H A Dranges_lower_bound.h55 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range>
H A Dranges_copy.h52 _LIBCPP_HIDE_FROM_ABI constexpr copy_result<borrowed_iterator_t<_Range>, _OutIter>
H A Dranges_find_if_not.h50 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Rp>
H A Dranges_minmax_element.h58 …DISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr ranges::minmax_element_result<borrowed_iterator_t<_Rp>>
H A Dranges_rotate_copy.h50 _LIBCPP_HIDE_FROM_ABI constexpr rotate_copy_result<borrowed_iterator_t<_Range>, _OutIter>
H A Dranges_copy_backward.h50 _LIBCPP_HIDE_FROM_ABI constexpr copy_backward_result<borrowed_iterator_t<_Range>, _Iter>
H A Dranges_upper_bound.h53 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range>
H A Dranges_find_if.h57 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Rp>
/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Ddangling.h33 using borrowed_iterator_t = _If<borrowed_range<_Rp>, iterator_t<_Rp>, dangling>; variable

123