Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Dreverse_iterator.h29 struct __is_stashing_iterator : false_type {}; struct
32 struct __is_stashing_iterator<_Tp, typename __void_t<typename _Tp::__stashing_iterator_tag>::type>
52 static_assert(!__is_stashing_iterator<_Iter>::value,
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem1605 __stashing_iterator_tag; // See reverse_iterator and __is_stashing_iterator