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

References

include/llvm/ADT/IntervalMap.h
  580     assert(i <= Size && Size <= N && "Bad indices");
  581     assert((i == 0 || Traits::stopLess(stop(i - 1), x)) &&
  581     assert((i == 0 || Traits::stopLess(stop(i - 1), x)) &&
  583     while (i != Size && Traits::stopLess(stop(i), x)) ++i;
  583     while (i != Size && Traits::stopLess(stop(i), x)) ++i;
  583     while (i != Size && Traits::stopLess(stop(i), x)) ++i;
  584     return i;