| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/ |
| H A D | ctor.other.pass.cpp | 43 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef 58 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef 71 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/loop-convert/ |
| H A D | structures.h | 33 typedef const MutableVal *const_iterator; typedef 58 struct const_iterator { struct 64 value_type X; 110 typedef iterator_base const_iterator; typedef 150 typedef iterator_base const_iterator; typedef 168 typedef const IteratorType* const_iterator; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/ |
| H A D | containers.h | 47 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-15.0.7/libcxx/test/std/containers/sequences/deque/deque.cons/ |
| H A D | size.pass.cpp | 28 typedef typename C::const_iterator const_iterator; in test2() typedef 49 typedef typename C::const_iterator const_iterator; in test1() typedef
|
| H A D | iter_iter.pass.cpp | 32 typedef typename C::const_iterator const_iterator; in test() typedef 46 typedef typename C::const_iterator const_iterator; in test() typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/forwardlist/forwardlist.iter/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 18 using const_iterator = std::forward_list<int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/array/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 18 using const_iterator = std::array<int, 10>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.iterators/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 20 using const_iterator = std::string_view::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 18 using const_iterator = std::multimap<int, int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/set/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 18 using const_iterator = std::set<int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/map/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 18 using const_iterator = std::map<int, int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector.bool/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 19 using const_iterator = std::vector<bool>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multimap/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 20 using const_iterator = std::unordered_multimap<int, int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/multiset/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 18 using const_iterator = std::multiset<int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/deque/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 18 using const_iterator = std::deque<int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 18 using const_iterator = std::vector<int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.set/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 20 using const_iterator = std::unordered_set<int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 20 using const_iterator = std::unordered_map<int, int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/list/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 18 using const_iterator = std::list<int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multiset/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 20 using const_iterator = std::unordered_multiset<int>::const_iterator; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.iterators/ |
| H A D | iterator_concept_conformance.compile.pass.cpp | 18 using const_iterator = std::string::const_iterator; typedef
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InjectedSourceStream.h | 27 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator; variable
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | TypeMap.h | 62 typedef collection::const_iterator const_iterator; typedef
|
| H A D | TypeList.h | 63 typedef collection::const_iterator const_iterator; typedef
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DominanceFrontier.h | 77 using const_iterator = typename DomSetMapType::const_iterator; variable 147 using const_iterator = variable
|