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

References

projects/compiler-rt/lib/scudo/standalone/primary32.h
   63     MinRegionIndex = NumRegions; // MaxRegionIndex is already initialized to 0.
  136     for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++)
  253         if (RegionIndex < MinRegionIndex)
  254           MinRegionIndex = RegionIndex;
  376     for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) {