Searched refs:_Cache (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/include/__ranges/ |
| H A D | drop_while_view.h | 88 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp… variable 89 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache();
|
| H A D | reverse_view.h | 46 …using _Cache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empt… variable 47 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache();
|
| H A D | split_view.h | 52 …using _Cache = __non_propagating_cache<subrange<iterator_t<_View>… variable 53 _Cache __cached_begin_ = _Cache();
|
| H A D | filter_view.h | 58 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; variable 59 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache();
|
| H A D | drop_view.h | 63 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; variable 64 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache();
|
| H A D | join_view.h | 87 …using _Cache = _If<_UseCache, __non_propagating_cache<remove_cvref_t<_InnerRange>>, __empty_cache>; 88 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cache_;
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | locale_classes.h | 89 template<typename _Cache> in _GLIBCXX_BEGIN_NAMESPACE() 487 template<typename _Cache>
|