Home
last modified time | relevance | path

Searched refs:__unwrap_iter_impl (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dunwrap_iter.h38 struct __unwrap_iter_impl { struct
48 struct __unwrap_iter_impl<_Iter, true> { argument
61 class _Impl = __unwrap_iter_impl<_Iter>,
76 template <class _OrigIter, class _Iter, class _Impl = __unwrap_iter_impl<_OrigIter> >
/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dreverse_iterator.h471 using _UnwrappedIter = decltype(__unwrap_iter_impl<_Iter>::__unwrap(std::declval<_Iter>()));
477 …_RevIter2<_Iter>(__unwrap_iter_impl<_Iter>::__rewrap(__orig_iter.base().base(), __unwrapped_iter))… in __rewrap()
481 return __unwrap_iter_impl<_Iter>::__unwrap(__i.base().base()); in __unwrap()
496 struct __unwrap_iter_impl<reverse_iterator<reverse_iterator<_Iter> >, __b>
502 struct __unwrap_iter_impl<reverse_iterator<__unconstrained_reverse_iterator<_Iter>>, __b>
506 struct __unwrap_iter_impl<__unconstrained_reverse_iterator<reverse_iterator<_Iter>>, __b>
510 struct __unwrap_iter_impl<__unconstrained_reverse_iterator<__unconstrained_reverse_iterator<_Iter>>…