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

  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 146 /// instances of SmallPtrSetIterator.
173 /// SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
175 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl {
185 explicit SmallPtrSetIterator(const void *const *BP)
194 inline SmallPtrSetIterator& operator++() { // Preincrement
200 SmallPtrSetIterator operator++(int) { // Postincrement
201 SmallPtrSetIterator tmp = *this; ++*this; return tmp;
275 typedef SmallPtrSetIterator<PtrType> iterator;
276 typedef SmallPtrSetIterator<PtrType> const_iterator;
  /external/llvm/lib/CodeGen/
OptimizePHIs.cpp 49 typedef SmallPtrSetIterator<MachineInstr*> InstrSetIterator;
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 801 milliseconds