Searched refs:__empty_cache (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/include/__ranges/ |
| H A D | non_propagating_cache.h | 107 struct __empty_cache { }; struct
|
| H A D | drop_while_view.h | 88 …che = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|
| H A D | lazy_split_view.h | 69 …ybeCurrent = _If<!forward_range<_View>, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; 147 using _MaybeCurrent = _If<forward_range<_View>, iterator_t<_Base>, __empty_cache>;
|
| H A D | reverse_view.h | 46 …ache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empty_cache>;
|
| H A D | filter_view.h | 58 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|
| H A D | drop_view.h | 63 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|
| H A D | join_view.h | 87 …using _Cache = _If<_UseCache, __non_propagating_cache<remove_cvref_t<_InnerRange>>, __empty_cache>;
|