Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 25 of 246) sorted by relevance

12345678910

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/range.join.iterator/
H A Dctor.other.pass.cpp42 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef
57 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef
70 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/loop-convert/
H A Dstructures.h43 typedef const MutableVal *const_iterator; typedef
83 struct const_iterator { struct
89 value_type X;
137 typedef iterator_base const_iterator; typedef
191 typedef iterator_base const_iterator; typedef
209 typedef const IteratorType* const_iterator; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/
H A Dcontainers.h47 const_iterator() {} in const_iterator() function
48 const_iterator(const Iterator &iter) : iter(iter) {} in const_iterator() function
49 const_iterator(const const_iterator<Iterator> &citer) : iter(citer.iter) {} in const_iterator() function
79 typedef const_iterator<Iterator> const_iterator; typedef
161 typedef const T *const_iterator; typedef
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Dsize.pass.cpp29 typedef typename C::const_iterator const_iterator; in test2() typedef
51 typedef typename C::const_iterator const_iterator; in test1() typedef
H A Diter_iter.pass.cpp33 typedef typename C::const_iterator const_iterator; in test() typedef
48 typedef typename C::const_iterator const_iterator; in test() typedef
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.iter/
H A Diterator_concept_conformance.compile.pass.cpp18 using const_iterator = std::forward_list<int>::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/sequences/array/
H A Diterator_concept_conformance.compile.pass.cpp18 using const_iterator = std::array<int, 10>::const_iterator; typedef
/llvm-project/libcxx/test/std/strings/string.view/string.view.iterators/
H A Diterator_concept_conformance.compile.pass.cpp20 using const_iterator = std::string_view::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/sequences/list/
H A Diterator_concept_conformance.compile.pass.cpp18 using const_iterator = std::list<int>::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/sequences/vector/
H A Diterator_concept_conformance.compile.pass.cpp18 using const_iterator = std::vector<int>::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
H A Diterator_concept_conformance.compile.pass.cpp19 using const_iterator = std::vector<bool>::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/associative/multimap/
H A Diterator_concept_conformance.compile.pass.cpp18 using const_iterator = std::multimap<int, int>::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/unord/unord.set/
H A Diterator_concept_conformance.compile.pass.cpp20 using const_iterator = std::unordered_set<int>::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/associative/set/
H A Diterator_concept_conformance.compile.pass.cpp18 using const_iterator = std::set<int>::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/sequences/deque/
H A Diterator_concept_conformance.compile.pass.cpp18 using const_iterator = std::deque<int>::const_iterator; typedef
/llvm-project/libcxx/test/std/strings/basic.string/string.iterators/
H A Diterator_concept_conformance.compile.pass.cpp18 using const_iterator = std::string::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/associative/multiset/
H A Diterator_concept_conformance.compile.pass.cpp18 using const_iterator = std::multiset<int>::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/
H A Diterator_concept_conformance.compile.pass.cpp20 using const_iterator = std::unordered_multiset<int>::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/associative/map/
H A Diterator_concept_conformance.compile.pass.cpp18 using const_iterator = std::map<int, int>::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/
H A Diterator_concept_conformance.compile.pass.cpp20 using const_iterator = std::unordered_multimap<int, int>::const_iterator; typedef
/llvm-project/libcxx/test/std/containers/unord/unord.map/
H A Diterator_concept_conformance.compile.pass.cpp20 using const_iterator = std::unordered_map<int, int>::const_iterator; typedef
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h30 typedef collection::const_iterator const_iterator; typedef
88 typedef collection::const_iterator const_iterator; global() typedef
/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h60 typedef collection::const_iterator const_iterator; typedef
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h27 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator; variable
/llvm-project/flang/include/flang/Common/
H A Dstatic-multimap-view.h26 using const_iterator = const V *; variable

12345678910