Home
last modified time | relevance | path

Searched defs:_Cache (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/include/__ranges/
H A Ddrop_while_view.h93 using _Cache _LIBCPP_NODEBUG = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; variable
H A Dsplit_view.h55 using _Cache _LIBCPP_NODEBUG = __non_propagating_cache<subrange<iterator_t<_View>>>; variable
H A Dfilter_view.h64 using _Cache _LIBCPP_NODEBUG = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; variable
H A Dreverse_view.h50 using _Cache _LIBCPP_NODEBUG = variable
H A Ddrop_view.h67 using _Cache _LIBCPP_NODEBUG = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; variable
H A Dchunk_by_view.h62 using _Cache _LIBCPP_NODEBUG = __non_propagating_cache<iterator_t<_View>>; variable