| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | ranges_uninitialized_algorithms.h | 54 …_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 D | ranges_destroy.h | 47 …_LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_InputRange> operator()(_InputRange&& __range)… in operator()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | algorithm | 54 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 D | algorithm | 57 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 D | ranges_swap_ranges.h | 51 …_LIBCPP_HIDE_FROM_ABI constexpr swap_ranges_result<borrowed_iterator_t<_R1>, borrowed_iterator_t<_…
|
| H A D | ranges_transform.h | 99 _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 D | ranges_partial_sort_copy.h | 84 …PP_HIDE_FROM_ABI constexpr partial_sort_copy_result<borrowed_iterator_t<_Range1>, borrowed_iterato…
|
| H A D | ranges_set_union.h | 81 …_LIBCPP_HIDE_FROM_ABI constexpr set_union_result<borrowed_iterator_t<_Range1>, borrowed_iterator_t…
|
| H A D | ranges_set_symmetric_difference.h | 78 _LIBCPP_HIDE_FROM_ABI constexpr set_symmetric_difference_result<borrowed_iterator_t<_Range1>, 79 borrowed_iterator_t<_Range2>,
|
| H A D | ranges_set_intersection.h | 79 _LIBCPP_HIDE_FROM_ABI constexpr set_intersection_result<borrowed_iterator_t<_Range1>, 80 borrowed_iterator_t<_Range2>,
|
| H A D | ranges_mismatch.h | 80 …_LIBCPP_HIDE_FROM_ABI constexpr mismatch_result<borrowed_iterator_t<_R1>, borrowed_iterator_t<_R2>>
|
| H A D | ranges_merge.h | 71 …_LIBCPP_HIDE_FROM_ABI constexpr merge_result<borrowed_iterator_t<_Range1>, borrowed_iterator_t<_Ra…
|
| H A D | ranges_fill.h | 44 …_LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range> operator()(_Range&& __range, const _Ty… in operator()
|
| H A D | ranges_shuffle.h | 52 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_Range> operator()(_Range&& __range, _Gen&& __gen) const… in operator()
|
| H A D | ranges_reverse.h | 63 _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range> operator()(_Range&& __range) const { in operator()
|
| H A D | ranges_min_element.h | 49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Rp>
|
| H A D | ranges_generate.h | 53 …_LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range> operator()(_Range&& __range, _Func __g… in operator()
|
| H A D | ranges_adjacent_find.h | 49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range>
|
| H A D | ranges_lower_bound.h | 54 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range>
|
| H A D | ranges_max_element.h | 49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Rp>
|
| H A D | ranges_find_if_not.h | 49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Rp>
|
| H A D | ranges_reverse_copy.h | 50 _LIBCPP_HIDE_FROM_ABI constexpr reverse_copy_result<borrowed_iterator_t<_Range>, _OutIter>
|
| H A D | ranges_rotate_copy.h | 49 _LIBCPP_HIDE_FROM_ABI constexpr rotate_copy_result<borrowed_iterator_t<_Range>, _OutIter>
|
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | dangling.h | 33 using borrowed_iterator_t = _If<borrowed_range<_Rp>, iterator_t<_Rp>, dangling>; variable
|
| /freebsd/contrib/llvm-project/libcxx/include/__numeric/ |
| H A D | ranges_iota.h | 50 _LIBCPP_HIDE_FROM_ABI static constexpr iota_result<ranges::borrowed_iterator_t<_Range>, _Tp>
|