Home
last modified time | relevance | path

Searched refs:borrowed_subrange_t (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_find_last.h95 [[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 Dranges_rotate.h52 _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range> in operator()
H A Dranges_remove.h49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range>
H A Dranges_unique.h61 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range>
H A Dranges_equal_range.h59 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range>
H A Dranges_partition.h69 _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range>
H A Dranges_stable_partition.h73 _LIBCPP_HIDE_FROM_ABI borrowed_subrange_t<_Range>
H A Dranges_remove_if.h71 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range>
H A Dranges_find_end.h75 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range1> operator()( in operator()
H A Dranges_search_n.h86 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range> operator()( in operator()
H A Dranges_search.h97 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range1> operator()( in operator()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm112 …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>
632borrowed_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 Dranges123 using borrowed_subrange_t = see below;
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h235 using borrowed_subrange_t = _If<borrowed_range<_Rp>, subrange<iterator_t<_Rp>>, dangling>; variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dranges.cppm
H A Dranges.inc91 using std::ranges::borrowed_subrange_t;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3553 SYMBOL(borrowed_subrange_t, std::ranges::, <ranges>)