Searched refs:__empty_cache (Results 1 – 7 of 7) sorted by relevance
| /freebsd-src/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | non_propagating_cache.h | 96 struct __empty_cache {}; struct
|
| H A D | drop_while_view.h | 93 …che = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|
| H A D | lazy_split_view.h | 75 using _MaybeCurrent = _If<!forward_range<_View>, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; 153 using _MaybeCurrent = _If<forward_range<_View>, iterator_t<_Base>, __empty_cache>;
|
| H A D | join_view.h | 88 … = _If<_UseOuterCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; 92 …erCache = _If<_UseInnerCache, __non_propagating_cache<remove_cvref_t<_InnerRange>>, __empty_cache>;
|
| H A D | reverse_view.h | 50 using _Cache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empty_cache>;
|
| H A D | filter_view.h | 64 …che = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|
| H A D | drop_view.h | 67 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|