Home
last modified time | relevance | path

Searched refs:_UseCache (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Ddrop_while_view.h76 if constexpr (_UseCache) { in begin()
92 static constexpr bool _UseCache = forward_range<_View>;
93 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
88 static constexpr bool _UseCache = forward_range<_View>; global() variable
H A Dreverse_view.h49 static constexpr bool _UseCache = !random_access_range<_View> && !common_range<_View>; variable
50 …using _Cache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empt…
70 if constexpr (_UseCache) in begin()
75 if constexpr (_UseCache) in begin()
H A Dfilter_view.h63 static constexpr bool _UseCache = forward_range<_View>;
64 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
92 if constexpr (_UseCache) { in begin()
60 static constexpr bool _UseCache = forward_range<_View>; global() variable
H A Ddrop_view.h66 …static constexpr bool _UseCache = forward_range<_View> && !(random_access_range<_View> && sized_ra… variable
67 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
97 if constexpr (_UseCache) in begin()
102 if constexpr (_UseCache) in begin()
H A Djoin_view.h