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

Declarations

include/llvm/ADT/IntervalMap.h
  613   unsigned insertFrom(unsigned &Pos, unsigned Size, KeyT a, KeyT b, ValT y);

References

include/llvm/ADT/IntervalMap.h
 1088     rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y);
 1788   unsigned Size = IM.rootLeaf().insertFrom(P.leafOffset(), IM.rootSize, a, b, y);
 1849   Size = P.leaf<Leaf>().insertFrom(P.leafOffset(), Size, a, b, y);
 1855     Size = P.leaf<Leaf>().insertFrom(P.leafOffset(), P.leafSize(), a, b, y);