Searched refs:SmallPtrSetIterator (Results 1 – 3 of 3) sorted by relevance
174 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl {184 explicit SmallPtrSetIterator(const void *const *BP) in SmallPtrSetIterator() function193 inline SmallPtrSetIterator& operator++() { // Preincrement199 SmallPtrSetIterator operator++(int) { // Postincrement200 SmallPtrSetIterator tmp = *this; ++*this; return tmp;274 typedef SmallPtrSetIterator<PtrType> iterator;275 typedef SmallPtrSetIterator<PtrType> const_iterator;
49 typedef SmallPtrSetIterator<MachineInstr*> InstrSetIterator;
10355 for (llvm::SmallPtrSetIterator<Expr*> i = MaybeODRUseExprs.begin(), in CleanupVarDeclMarking()