Searched refs:__empty_cache (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__ranges/ |
| H A D | non_propagating_cache.h | 107 struct __empty_cache { }; struct
|
| 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 | 45 …ache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empty_cache>;
|
| H A D | filter_view.h | 54 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|
| H A D | join_view.h | 75 …using _Cache = _If<_UseCache, __non_propagating_cache<remove_cvref_t<_InnerRange>>, __empty_cache>;
|
| H A D | drop_view.h | 61 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|