Home
last modified time | relevance | path

Searched refs:_UseInnerCache (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Djoin_view.h91 static constexpr bool _UseInnerCache = !is_reference_v<_InnerRange>;
93 _If<_UseInnerCache, __non_propagating_cache<remove_cvref_t<_InnerRange>>, __empty_cache>;
H A Djoin_with_view.h73 static constexpr bool _UseInnerCache = !is_reference_v<_InnerRng>; variable
75 _If<_UseInnerCache, __non_propagating_cache<remove_cvref_t<_InnerRng>>, __empty_cache>;