Searched refs:borrowed_subrange_t (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_find_last.h | 95 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr static borrowed_subrange_t<_Range> 125 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr static borrowed_subrange_t<_Range> 155 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr static borrowed_subrange_t<_Range>
|
H A D | ranges_rotate.h | 52 _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range> in operator()
|
H A D | ranges_remove.h | 49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range>
|
H A D | ranges_unique.h | 61 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range>
|
H A D | ranges_equal_range.h | 59 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range>
|
H A D | ranges_partition.h | 69 _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range>
|
H A D | ranges_stable_partition.h | 73 _LIBCPP_HIDE_FROM_ABI borrowed_subrange_t<_Range>
|
H A D | ranges_remove_if.h | 71 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range>
|
H A D | ranges_find_end.h | 75 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range1> operator()( in operator()
|
H A D | ranges_search_n.h | 86 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range> operator()( in operator()
|
H A D | ranges_search.h | 97 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range1> operator()( in operator()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | algorithm | 112 …constexpr borrowed_subrange_t<R> find_last(R&& r, const T& value, Proj proj = {}); … 120 …constexpr borrowed_subrange_t<R> find_last_if(R&& r, Pred pred, Proj proj = {}); … 128 …constexpr borrowed_subrange_t<R> find_last_if_not(R&& r, Pred pred, Proj proj = {}); … 621 constexpr borrowed_subrange_t<R> 632 …borrowed_subrange_t<R> stable_partition(R&& r, Pred pred, Proj proj = {}); // since C… 776 constexpr borrowed_subrange_t<R> 786 constexpr borrowed_subrange_t<R> 844 …constexpr borrowed_subrange_t<R> rotate(R&& r, iterator_t<R> middle); //… 907 constexpr borrowed_subrange_t<R1> 921 constexpr borrowed_subrange_t<R> [all …]
|
H A D | ranges | 123 using borrowed_subrange_t = see below;
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | subrange.h | 235 using borrowed_subrange_t = _If<borrowed_range<_Rp>, subrange<iterator_t<_Rp>>, dangling>; variable
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | ranges.cppm |
|
H A D | ranges.inc | 91 using std::ranges::borrowed_subrange_t;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 3553 SYMBOL(borrowed_subrange_t, std::ranges::, <ranges>)
|