Home
last modified time | relevance | path

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

/src/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>; variable
93 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
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>; variable
64 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
92 if constexpr (_UseCache) { in begin()
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()