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

References

include/llvm/ADT/IntervalMap.h
 1584     const_iterator::operator++();
 2131     ++posA;
 2137     ++posB;
lib/CodeGen/LiveDebugVariables.cpp
  532   for (LocMap::const_iterator I = locInts.begin(); I.valid(); ++I) {
  839   for (LocMap::const_iterator I = locInts.begin(); I.valid(); ++I)
 1375     ++I;
lib/CodeGen/LiveIntervalUnion.cpp
   87   for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) {
  155       if (!(++LiveUnionI).valid()) {
lib/CodeGen/SplitKit.cpp
  401   for (RegAssignMap::const_iterator I = RegAssign.begin(); I.valid(); ++I)
 1140           ++AssignI;
tools/dsymutil/DwarfStreamer.cpp
  320        Range != End; ++Range)