Searched defs:CommonIter (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/ |
H A D | iterator_traits.compile.pass.cpp | 36 using CommonIter = std::common_iterator<Iter, sentinel_type<int*>>; in test() typedef 48 using CommonIter = std::common_iterator<Iter, sentinel_type<int*>>; in test() typedef 62 using CommonIter = std::common_iterator<Iter, sentinel_type<int*>>; in test() typedef 74 …using CommonIter = std::common_iterator<NonVoidOutputIterator, sentinel_wrapper<NonVoidOutputItera… in test() typedef 86 using CommonIter = std::common_iterator<Iter, sentinel_type<int*>>; in test() typedef 98 using CommonIter = std::common_iterator<Iter, sentinel_type<int*>>; in test() typedef 110 using CommonIter = std::common_iterator<Iter, sentinel_type<int*>>; in test() typedef
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/counted.iterator/ |
H A D | iterator_traits.compile.pass.cpp | 26 using CommonIter = std::counted_iterator<Iter>; in test() typedef 37 using CommonIter = std::counted_iterator<Iter>; in test() typedef 48 using CommonIter = std::counted_iterator<Iter>; in test() typedef 59 using CommonIter = std::counted_iterator<Iter>; in test() typedef
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.common.view/ |
H A D | begin.pass.cpp | 67 using CommonIter = std::common_iterator<ForwardIter, sized_sentinel<ForwardIter>>; in main() typedef 77 using CommonIter = std::common_iterator<int*, sentinel_wrapper<int*>>; in main() typedef 85 using CommonIter = std::common_iterator<int*, sentinel_wrapper<int*>>; in main() typedef
|