HomeSort by relevance Sort by last modified time
    Searched refs:SmallPtrSetIterator (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 145 /// instances of SmallPtrSetIterator.
176 /// SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
178 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl {
188 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E)
198 inline SmallPtrSetIterator& operator++() { // Preincrement
204 SmallPtrSetIterator operator++(int) { // Postincrement
205 SmallPtrSetIterator tmp = *this; ++*this; return tmp;
277 typedef SmallPtrSetIterator<PtrType> iterator;
278 typedef SmallPtrSetIterator<PtrType> const_iterator;
  /external/llvm/lib/CodeGen/
OptimizePHIs.cpp 50 typedef SmallPtrSetIterator<MachineInstr*> InstrSetIterator;
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 138 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end();
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 5171 milliseconds