reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SlotIndexes.cpp
  153   IndexList::iterator startItr = std::prev(curItr);
  156     curItr->setIndex(index += Space);
  157     ++curItr;
  159   } while (curItr != indexList.end() && curItr->getIndex() <= index);
  159   } while (curItr != indexList.end() && curItr->getIndex() <= index);