Searched refs:Iterator (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_util.h244 struct Iterator { struct in struct:aco::IDSet
254 Iterator& operator++();
256 bool operator!=(const Iterator& other) const;
269 Iterator find(uint32_t id) const
274 Iterator it;
281 std::pair<Iterator, bool> insert(uint32_t id)
286 Iterator it;
310 Iterator cbegin() const
312 Iterator it;
324 Iterator cen
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h215 return new Iterator(this, begin_, 0, step_);
218 return new Iterator(this, end_, end_index_, step_);
222 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
224 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
227 virtual ~Iterator() {}
237 return new Iterator(*this);
247 CheckedDowncastToActualType<const Iterator>(&other)->index_;
252 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
258 void operator=(const Iterator
309 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
311 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
349 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
H A Dgtest-param-util-generated.h3173 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin());
3176 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end());
3180 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator2
3182 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator2::Iterator
3192 virtual ~Iterator() {}
3209 return new Iterator(*this);
3218 const Iterator* typed_other =
3219 CheckedDowncastToActualType<const Iterator>(&other);
3230 Iterator(const Iterator function in class:testing::internal::CartesianProductGenerator2::Iterator
3296 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator3
3298 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator3::Iterator
3354 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator3::Iterator
3430 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator4
3432 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator4::Iterator
3496 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator4::Iterator
3581 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator5
3583 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator5::Iterator
3655 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator5::Iterator
3751 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator6
3753 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator6::Iterator
3833 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator6::Iterator
3938 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator7
3940 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator7::Iterator
4028 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator7::Iterator
4144 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator8
4146 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator8::Iterator
4242 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator8::Iterator
4366 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator9
4368 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator9::Iterator
4472 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator9::Iterator
4606 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator10
4608 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator10::Iterator
4720 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h87 class Iterator class in namespace:nv50_ir
90 virtual ~Iterator() { };
98 typedef std::unique_ptr<Iterator> IteratorRef;
100 typedef std::auto_ptr<Iterator> IteratorRef;
103 class ManipIterator : public Iterator
148 for (DLList::Iterator (it) = (list)->iterator(); !(it).end(); (it).next())
192 class Iterator : public ManipIterator class in class:nv50_ir::DLList
195 Iterator(Item *head, bool r) : rev(r), pos(r ? head->prev : head->next), function in class:nv50_ir::DLList::Iterator
217 inline void erase(Iterator& pos)
222 Iterator iterato
383 class Iterator : public nv50_ir::Iterator class in class:nv50_ir::ArrayList
386 Iterator(const ArrayList *array) : pos(0), data(array->data) function in class:nv50_ir::ArrayList::Iterator
[all...]
H A Dnv50_ir_util.cpp37 DLList::Iterator::erase()
49 void DLList::Iterator::moveToList(DLList& dest)
63 DLList::Iterator::insert(void *data)
H A Dnv50_ir_bb.cpp64 for (ArrayList::Iterator it = allInsns.iterator(); !it.end(); it.next())
67 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next())
70 for (ArrayList::Iterator BBs = allBBlocks.iterator(); !BBs.end(); BBs.next())
438 for (ArrayList::Iterator bi = allBBlocks.iterator(); !bi.end(); bi.next())
448 for (ArrayList::Iterator bi = allBBlocks.iterator(); !bi.end(); bi.next())
H A Dnv50_ir_ssa.cpp156 for (DLList::Iterator it = bucket[p].iterator(); !it.end(); it.erase()) {
209 DLList::Iterator dfIt = cb->getDF().iterator();
308 for (ArrayList::Iterator fi = allFuncs.iterator(); !fi.end(); fi.next()) {
369 for (DLList::Iterator wI = workList.iterator(); !wI.end(); wI.erase()) {
372 DLList::Iterator dfIter = bb->getDF().iterator();
H A Dnv50_ir_graph.h75 class EdgeIterator : public Iterator
H A Dnv50_ir_inlines.h389 Value *Value::get(Iterator &it)
399 BasicBlock *BasicBlock::get(Iterator &iter)
H A Dnv50_ir_target.cpp211 for (ArrayList::Iterator fi = prog->allFuncs.iterator();
354 for (ArrayList::Iterator fi = allFuncs.iterator();
387 for (ArrayList::Iterator fi = allFuncs.iterator(); !fi.end(); fi.next()) {
H A Dnv50_ir_graph.cpp196 class DFSIterator : public Iterator
254 class CFGIterator : public Iterator
H A Dnv50_ir_print.cpp800 for (DLList::Iterator df = bb->getDF().iterator(); !df.end(); df.next())
845 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next()) {
H A Dnv50_ir.h698 static inline Value *get(Iterator&);
1149 DLList::Iterator iterDF() { return df.iterator(); }
1151 static inline BasicBlock *get(Iterator&);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h87 class Iterator class in namespace:nv50_ir
90 virtual ~Iterator() { };
98 typedef std::unique_ptr<Iterator> IteratorRef;
100 typedef std::auto_ptr<Iterator> IteratorRef;
103 class ManipIterator : public Iterator
148 for (DLList::Iterator it = (list)->iterator(); !(it).end(); (it).next())
192 class Iterator : public ManipIterator class in class:nv50_ir::DLList
195 Iterator(Item *head, bool r) : rev(r), pos(r ? head->prev : head->next), function in class:nv50_ir::DLList::Iterator
217 inline void erase(Iterator& pos)
222 Iterator iterato
383 class Iterator : public nv50_ir::Iterator class in class:nv50_ir::ArrayList
386 Iterator(const ArrayList *array) : pos(0), data(array->data) function in class:nv50_ir::ArrayList::Iterator
[all...]
H A Dnv50_ir_util.cpp37 DLList::Iterator::erase()
49 void DLList::Iterator::moveToList(DLList& dest)
63 DLList::Iterator::insert(void *data)
H A Dnv50_ir_bb.cpp64 for (ArrayList::Iterator it = allInsns.iterator(); !it.end(); it.next())
67 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next())
70 for (ArrayList::Iterator BBs = allBBlocks.iterator(); !BBs.end(); BBs.next())
438 for (ArrayList::Iterator bi = allBBlocks.iterator(); !bi.end(); bi.next())
448 for (ArrayList::Iterator bi = allBBlocks.iterator(); !bi.end(); bi.next())
H A Dnv50_ir_ssa.cpp156 for (DLList::Iterator it = bucket[p].iterator(); !it.end(); it.erase()) {
209 DLList::Iterator dfIt = cb->getDF().iterator();
308 for (ArrayList::Iterator fi = allFuncs.iterator(); !fi.end(); fi.next()) {
369 for (DLList::Iterator wI = workList.iterator(); !wI.end(); wI.erase()) {
372 DLList::Iterator dfIter = bb->getDF().iterator();
H A Dnv50_ir_graph.h74 class EdgeIterator : public Iterator
H A Dnv50_ir_inlines.h389 Value *Value::get(Iterator &it)
399 BasicBlock *BasicBlock::get(Iterator &iter)
H A Dnv50_ir_graph.cpp196 class DFSIterator : public Iterator
254 class CFGIterator : public Iterator
H A Dnv50_ir_target.cpp220 for (ArrayList::Iterator fi = prog->allFuncs.iterator();
370 for (ArrayList::Iterator fi = allFuncs.iterator(); !fi.end(); fi.next()) {
H A Dnv50_ir.h750 static inline Value *get(Iterator&);
1203 DLList::Iterator iterDF() { return df.iterator(); }
1205 static inline BasicBlock *get(Iterator&);
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h213 return new Iterator(this, begin_, 0, step_);
216 return new Iterator(this, end_, end_index_, step_);
220 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
222 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
225 ~Iterator() override {}
235 return new Iterator(*this);
245 CheckedDowncastToActualType<const Iterator>(&other)->index_;
250 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
256 void operator=(const Iterator
307 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
309 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
346 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
861 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>; typedef in namespace:testing::internal
[all...]
/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_calendar_entries_test.py41 def mock_csv(data: typing.List[gen_calendar_entries.CalendarRowType]) -> typing.Iterator[None]:
84 def _patch_date(date: datetime.date) -> typing.Iterator[None]:
271 def _patch_date(self) -> typing.Iterator[None]:
H A Dgen_calendar_entries.py169 def write_existing(writer: _csv._writer, current: typing.List[CalendarRowType]) -> typing.Iterator[CalendarRowType]:

Completed in 35 milliseconds

12