Home
last modified time | relevance | path

Searched defs:Iterator (Results 1 – 25 of 92) sorted by relevance

1234

/llvm-project/openmp/runtime/test/transform/unroll/
H A Dfactor_foreach.cpp36 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 Dfactor_iterfor.cpp36 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 Dfactor_parallel-wsloop-collapse-foreach.cpp36 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 Dforeach.cpp36 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 Diterfor.cpp36 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 Dparallel-wsloop-collapse-foreach.cpp36 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 Drobust_against_using_non_transparent_comparators.pass.cpp16 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 Dtypes.compile.pass.cpp21 struct Iterator { global() struct
30 iterator_conceptIterator global() argument
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
H A Dctor_exceptions.pass.cpp43 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 Dexceptions.pass.cpp67 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 Dfor-range-copy-warn-on-all-auto-copies.cpp5 struct Iterator { struct
11 bool operator!=(const Iterator &) { return false; } in operator !=() argument
H A Dfor-range-copy-allowed-types.cpp6 struct Iterator { struct
12 bool operator!=(const Iterator &) { return false; } in operator !=() argument
13 typedef const T& const_reference;
H A Dfor-range-copy.cpp20 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 Dsource2.cpp13 class Iterator { class in ContainerInCodeFile
/llvm-project/clang/test/Modules/
H A Dpr28812.cpp9 typedef VarStreamArrayIterator<ValueType> Iterator; typedef
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/
H A Dranges_robust_against_nonbool.compile.pass.cpp23 using Iterator = StrictBooleanIterator<Value*>; typedef
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dpartition.pass.cpp60 is_equal(Iterator, Iterator, Iterator) in is_equal() argument
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple.include.ranges.pass.cpp20 using Iterator = int*; typedef
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCNFFormula.h143 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 Dmain.cpp10 using Iterator = D *; typedef
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h27 using Iterator = ReferenceArray::Iterator; variable
/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp64 : 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 Dsanitizer_bitvector.h89 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 Dsanitizer_list.h29 friend class Iterator; member
149 typedef IteratorBase<Item> Iterator; typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/
H A Drobust_against_nonbool.compile.pass.cpp35 using Iterator = StrictBooleanIterator<Value*>; typedef

1234