/llvm-project/openmp/runtime/test/transform/unroll/ |
H A D | factor_foreach.cpp | 36 struct Iterator { struct 37 const Reporter *owner; 38 int pos; 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() function 42 Iterator(const Iterator &that) : owner(that.owner), pos(that.pos) { in Iterator() function 46 Iterator(Iterator &&that) : owner(that.owner), pos(that.pos) { in Iterator() argument 50 ~Iterator() { owner->print("iterator dtor"); } in ~Iterator() 52 const Iterator &operator=(const Iterator &that) { in operator =() 59 const Iterator &operator=(Iterator &&that) { in operator =() 66 bool operator==(const Iterator &that) const { in operator ==() [all …]
|
H A D | factor_iterfor.cpp | 36 struct Iterator { struct 37 const Reporter *owner; 38 int pos; 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() argument 42 Iterator(const Iterator &that) : owner(that.owner), pos(that.pos) { in Iterator() function 46 Iterator(Iterator &&that) : owner(that.owner), pos(that.pos) { in Iterator() function 50 ~Iterator() { print("iterator dtor"); } in ~Iterator() 52 const Iterator &operator=(const Iterator &that) { in operator =() 59 const Iterator &operator=(Iterator &&that) { in operator =() 66 bool operator==(const Iterator &that) const { in operator ==() [all …]
|
H A D | factor_parallel-wsloop-collapse-foreach.cpp | 36 struct Iterator { struct 37 const Reporter *owner; 38 int pos; 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() function 42 Iterator(const Iterator &that) : owner(that.owner), pos(that.pos) { in Iterator() argument 46 Iterator(Iterator &&that) : owner(that.owner), pos(that.pos) { in Iterator() argument 50 ~Iterator() { owner->print("iterator dtor"); } in ~Iterator() 52 const Iterator &operator=(const Iterator &that) { in operator =() 59 const Iterator &operator=(Iterator &&that) { in operator =() 66 bool operator==(const Iterator &that) const { in operator ==() [all …]
|
/llvm-project/openmp/runtime/test/transform/tile/ |
H A D | foreach.cpp | 36 struct Iterator { struct 37 const Reporter *owner; 38 int pos; 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() argument 42 Iterator(const Iterator &that) : owner(that.owner), pos(that.pos) { in Iterator() argument 46 Iterator(Iterator &&that) : owner(that.owner), pos(that.pos) { in Iterator() argument 50 ~Iterator() { owner->print("iterator dtor"); } in ~Iterator() 52 const Iterator &operator=(const Iterator &that) { in operator =() 59 const Iterator &operator=(Iterator &&that) { in operator =() 66 bool operator==(const Iterator &that) const { in operator ==() [all …]
|
H A D | iterfor.cpp | 36 struct Iterator { struct 37 const Reporter *owner; 38 int pos; 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() argument 42 Iterator(const Iterator &that) : owner(that.owner), pos(that.pos) { in Iterator() argument 46 Iterator(Iterator &&that) : owner(that.owner), pos(that.pos) { in Iterator() function 50 ~Iterator() { owner->print("iterator dtor"); } in ~Iterator() 52 const Iterator &operator=(const Iterator &that) { in operator =() 59 const Iterator &operator=(Iterator &&that) { in operator =() 66 bool operator==(const Iterator &that) const { in operator ==() [all …]
|
H A D | parallel-wsloop-collapse-foreach.cpp | 36 struct Iterator { struct 37 const Reporter *owner; 38 int pos; 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() argument 42 Iterator(const Iterator &that) : owner(that.owner), pos(that.pos) { in Iterator() function 46 Iterator(Iterator &&that) : owner(that.owner), pos(that.pos) { in Iterator() argument 50 ~Iterator() { owner->print("iterator dtor"); } in ~Iterator() 52 const Iterator &operator=(const Iterator &that) { in operator =() 59 const Iterator &operator=(Iterator &&that) { in operator =() 66 bool operator==(const Iterator &that) const { in operator ==() [all …]
|
/llvm-project/libcxx/test/libcxx/algorithms/ |
H A D | robust_against_using_non_transparent_comparators.pass.cpp | 16 struct Iterator { global() struct 33 operator ++Iterator operator ++() argument 38 operator ++Iterator operator ++() argument 49 IteratorIterator Iterator() argument 63 ptr_Iterator main() argument [all...] |
/llvm-project/libcxx/test/libcxx/iterators/bounded_iter/ |
H A D | types.compile.pass.cpp | 21 struct Iterator { global() struct 30 iterator_conceptIterator global() argument
|
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/ |
H A D | ctor_exceptions.pass.cpp | 43 struct Iterator { global() struct 52 IteratorIterator Iterator() argument 59 operator *Iterator operator ==() argument 63 operator ++Iterator operator ++() argument 68 operator ++Iterator operator ++() argument
|
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons/ |
H A D | exceptions.pass.cpp | 67 struct Iterator { global() struct 75 IteratorIterator Iterator() argument 82 operator *Iterator operator ==() argument 86 operator ++Iterator operator ++() argument 91 operator ++Iterator operator ++() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | for-range-copy-warn-on-all-auto-copies.cpp | 5 struct Iterator { struct 11 bool operator!=(const Iterator &) { return false; } in operator !=() argument
|
H A D | for-range-copy-allowed-types.cpp | 6 struct Iterator { struct 12 bool operator!=(const Iterator &) { return false; } in operator !=() argument 13 typedef const T& const_reference;
|
H A D | for-range-copy.cpp | 20 struct Iterator { struct 26 bool operator!=(const Iterator &) { return false; } in operator !=() argument 27 typedef const T& const_reference;
|
/llvm-project/clang/test/Analysis/unified-sources/ |
H A D | source2.cpp | 13 class Iterator { class in ContainerInCodeFile
|
/llvm-project/clang/test/Modules/ |
H A D | pr28812.cpp | 9 typedef VarStreamArrayIterator<ValueType> Iterator; typedef
|
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/ |
H A D | ranges_robust_against_nonbool.compile.pass.cpp | 23 using Iterator = StrictBooleanIterator<Value*>; typedef
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
H A D | partition.pass.cpp | 60 is_equal(Iterator, Iterator, Iterator) in is_equal() argument
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
H A D | tuple.include.ranges.pass.cpp | 20 using Iterator = int*; typedef
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | CNFFormula.h | 143 Iterator(CNFFormula *CNF, size_t Idx) : CNF(CNF), Idx(Idx) {} in Iterator() function 163 friend class Iterator; variable
|
/llvm-project/lldb/test/API/commands/expression/import_base_class_when_class_has_derived_member/ |
H A D | main.cpp | 10 using Iterator = D *; typedef
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugCrossExSubsection.h | 27 using Iterator = ReferenceArray::Iterator; variable
|
/llvm-project/clang/lib/AST/ |
H A D | ItaniumCXXABI.cpp | 64 : llvm::iterator_adaptor_base<Iterator, BindingArray::const_iterator, struct 68 Iterator__anon4a8270da0111::DecompositionDeclName::Iterator Iterator() argument 69 operator *__anon4a8270da0111::DecompositionDeclName::Iterator operator *() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_bitvector.h | 89 Iterator() { } in Iterator() function 90 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} in Iterator() function 275 Iterator() { } in Iterator() function 276 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { in Iterator() function
|
H A D | sanitizer_list.h | 29 friend class Iterator; member 149 typedef IteratorBase<Item> Iterator; typedef
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/ |
H A D | robust_against_nonbool.compile.pass.cpp | 35 using Iterator = StrictBooleanIterator<Value*>; typedef
|