Home
last modified time | relevance | path

Searched defs:ConstIterator (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h154 ConstIterator() = default; in ConstIterator() function
155 ConstIterator(const Iterator &B) : I(B.I) {} in ConstIterator() function
109 class ConstIterator; global() variable
114 friend class ConstIterator; global() variable
[all...]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/range.join.sentinel/
H A Deq.pass.cpp25 using ConstIterator = random_access_iterator<const BufferView<int*>*>; typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/sentinel/
H A Deq.pass.cpp24 using ConstIterator = random_access_iterator<const int*>; typedef
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h150 typedef IteratorBase<const Item> ConstIterator; typedef
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h49 typedef IteratorBase<const T> ConstIterator; global() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-ignore-default.cpp25 using ConstIterator = A; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp12 struct ConstIterator { struct
16 const_referenceConstIterator global() argument
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3-2a.cpp196 using ConstIterator = GenericIterator<true>; typedef