Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Ddrop_while_view.h87 static constexpr bool _UseCache = forward_range<_View>; variable
H A Dfilter_view.h57 static constexpr bool _UseCache = forward_range<_View>; variable
H A Dreverse_view.h45 static constexpr bool _UseCache = !random_access_range<_View> && !common_range<_View>; variable
H A Ddrop_view.h62 …static constexpr bool _UseCache = forward_range<_View> && !(random_access_range<_View> && sized_ra… variable