Searched refs:_Cache (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | drop_while_view.h | 93 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; 94 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache(); 89 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; global() variable
|
| H A D | reverse_view.h | 50 …using _Cache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empt… variable 51 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache();
|
| H A D | split_view.h | 55 …using _Cache = __non_propagating_cache<subrange<iterator_t<_View>… variable 56 _Cache __cached_begin_ = _Cache();
|
| H A D | filter_view.h | 64 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; 65 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache(); 61 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; global() variable
|
| H A D | chunk_by_view.h | 62 using _Cache = __non_propagating_cache<iterator_t<_View>>; variable 63 _Cache __cached_begin_;
|
| H A D | drop_view.h | 67 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp… variable 68 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache();
|
| H A D | join_view.h | |