Home
last modified time | relevance | path

Searched defs:iterator_concept (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.bidir/
H A Dbidirectional_iterator.compile.pass.cpp36 using iterator_concept = std::bidirectional_iterator_tag; typedef
69 using iterator_concept = std::forward_iterator_tag; typedef
86 using iterator_concept = std::bidirectional_iterator_tag; typedef
102 using iterator_concept = std::bidirectional_iterator_tag; typedef
119 using iterator_concept = std::bidirectional_iterator_tag; typedef
135 using iterator_concept = std::bidirectional_iterator_tag; typedef
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.forward/
H A Dforward_iterator.compile.pass.cpp34 using iterator_concept = std::forward_iterator_tag; typedef
50 using iterator_concept = std::input_iterator_tag; typedef
64 using iterator_concept = std::forward_iterator_tag; typedef
78 using iterator_concept = std::forward_iterator_tag; typedef
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.input/
H A Dinput_iterator.compile.pass.cpp48 using iterator_concept = std::input_iterator_tag; typedef
67 using iterator_concept = std::input_iterator_tag; typedef
107 using iterator_concept = void*; typedef
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Dmember_types.compile.pass.cpp31 concept HasIteratorConcept = requires { typename T::iterator_concept; }; member in T
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.filter/iterator/
H A Dtypes.compile.pass.cpp41 using iterator_concept = std::forward_iterator_tag; typedef
/llvm-project-15.0.7/libcxx/test/libcxx/iterators/bounded_iter/
H A Dtypes.compile.pass.cpp27 using iterator_concept = std::contiguous_iterator_tag; typedef
/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dwrap_iter.h37 typedef contiguous_iterator_tag iterator_concept; typedef
H A Dreverse_iterator.h73 …using iterator_concept = _If<random_access_iterator<_Iter>, random_access_iterator_tag, bidirectio… variable
H A Dbounded_iter.h44 using iterator_concept = contiguous_iterator_tag; member
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath_iterator.h46 typedef bidirectional_iterator_tag iterator_concept; typedef
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/
H A Darrow.pass.cpp29 using iterator_concept = std::input_iterator_tag; typedef
78 using iterator_concept = std::input_iterator_tag; typedef
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Diterator_traits.compile.pass.cpp22 concept HasIteratorConcept = requires { typename T::iterator_concept; }; member in T
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/iterator/
H A Dsingular.pass.cpp26 using iterator_concept = std::input_iterator_tag; typedef
/llvm-project-15.0.7/libcxx/test/libcxx/iterators/
H A Dcontiguous_iterators.pass.cpp143 using iterator_concept = std::contiguous_iterator_tag; typedef
/llvm-project-15.0.7/libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/
H A Dcpp20_iter_concepts.pass.cpp30 using iterator_concept = int; typedef
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dconstraints.compile.pass.cpp71 using iterator_concept = int; typedef
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dcxx20_iterator_traits.compile.pass.cpp52 typename Traits::iterator_concept; member in Traits
207 struct iterator_concept {}; struct
/llvm-project-15.0.7/libcxx/test/libcxx/algorithms/alg.modifying.operations/
H A Dcopy.pass.cpp42 using iterator_concept = std::contiguous_iterator_tag; typedef
/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_iterators.h236 using iterator_concept = std::random_access_iterator_tag; variable
616 using iterator_concept = std::input_iterator_tag; variable
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/
H A Dtypes.h203 using iterator_concept = std::input_iterator_tag; member
374 using iterator_concept = std::input_iterator_tag; member
/llvm-project-15.0.7/libcxx/test/std/ranges/range.utility/view.interface/
H A Dview.interface.pass.cpp45 using iterator_concept = std::forward_iterator_tag; typedef
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/
H A Dtypes.h311 using iterator_concept = std::input_iterator_tag; member