Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__ranges/
H A Djoin_view.h63 common_range<range_reference_t<_View>>,
130 common_range<_View> && common_range<_InnerRange>)
142 …if constexpr (forward_range<_ConstInnerRange> && common_range<const _View> && common_range<_ConstI…
262 common_range<range_reference_t<_Base>>,
312 common_range<range_reference_t<_Base>>
328 common_range<range_reference_t<_Base>>
376 …requires(_JoinViewIterator::__is_join_view_iterator && ranges::common_range<typename _JoinViewIter…
H A Dreverse_view.h49 static constexpr bool _UseCache = !random_access_range<_View> && !common_range<_View>;
81 requires common_range<_View> in begin()
87 requires common_range<const _View> in begin()
97 requires common_range<const _View> in end()
H A Das_rvalue_view.h74 if constexpr (common_range<_View>) { in end()
84 if constexpr (common_range<const _View>) { in end()
H A Dcommon_view.h42 requires(!common_range<_View> && copyable<iterator_t<_View>>)
116 requires common_range<_Range>
H A Dview_interface.h137 requires bidirectional_range<_D2> && common_range<_D2> in decltype()
146 requires bidirectional_range<const _D2> && common_range<const _D2> in decltype()
H A Delements_view.h101 requires(!__simple_view<_View> && !common_range<_View>) in end()
107 requires(!__simple_view<_View> && common_range<_View>) in end()
119 requires common_range<const _View> in end()
H A Dconcepts.h120 concept common_range = range<_Tp> && same_as<iterator_t<_Tp>, sentinel_t<_Tp>>; variable
H A Dlazy_split_view.h120 requires forward_range<_View> && common_range<_View> in end()
126 if constexpr (forward_range<_View> && forward_range<const _View> && common_range<const _View>) { in end()
H A Dtransform_view.h106 requires common_range<_View> in end()
116 … requires common_range<const _View> && __regular_invocable_with_range_ref<const _Fn&, const _View> in end()
H A Dzip_view.h57 (sizeof...(_Ranges) == 1 && (common_range<_Ranges> && ...)) ||
58 (!(bidirectional_range<_Ranges> && ...) && (common_range<_Ranges> && ...)) ||
H A Dchunk_by_view.h126 if constexpr (common_range<_View>) { in end()
H A Dsplit_view.h107 if constexpr (common_range<_View>) { in end()
H A Dto.h79common_range<_Range> && requires { typename iterator_traits<iterator_t<_Range>>::iterator_category…
H A Dfilter_view.h103 if constexpr (common_range<_View>) in end()
/src/contrib/llvm-project/libcxx/include/
H A Dranges91 concept common_range = see below;
231 requires (!common_range<V> && copyable<iterator_t<V>>)
/src/contrib/llvm-project/libcxx/modules/std/
H A Dranges.inc60 using std::ranges::common_range;
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3558 SYMBOL(common_range, std::ranges::, <ranges>)