Searched refs:__empty_cache (Results 1 – 8 of 8) sorted by relevance
| /freebsd/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 _LIBCPP_NODEBUG = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|
| H A D | lazy_split_view.h | 76 _If<!forward_range<_View>, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; 154 …rrent _LIBCPP_NODEBUG = _If<forward_range<_View>, iterator_t<_Base>, __empty_cache>;
|
| H A D | join_view.h | 88 …LIBCPP_NODEBUG = _If<_UseOuterCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; 93 _If<_UseInnerCache, __non_propagating_cache<remove_cvref_t<_InnerRange>>, __empty_cache>;
|
| H A D | join_with_view.h | 70 _If<_UseOuterItCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; 75 _If<_UseInnerCache, __non_propagating_cache<remove_cvref_t<_InnerRng>>, __empty_cache>;
|
| H A D | reverse_view.h | 51 _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empty_cache>;
|
| H A D | filter_view.h | 64 …che _LIBCPP_NODEBUG = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|
| H A D | drop_view.h | 67 …che _LIBCPP_NODEBUG = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|