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

References

include/llvm/ADT/IntervalMap.h
 1023     rootLeaf().~RootLeaf();
 1031     new(&rootLeaf()) RootLeaf();
 1045     new(&rootLeaf()) RootLeaf();
 1050     rootLeaf().~RootLeaf();
 1087     unsigned p = rootLeaf().findFrom(0, rootSize, a);
 1088     rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y);
 1189     L->copy(rootLeaf(), pos, 0, size[n]);
 1321       path.setRoot(&map->rootLeaf(), map->rootSize, Offset);
 1436       setRoot(map->rootLeaf().findFrom(0, map->rootSize, x));
 1449         map->rootLeaf().findFrom(path.leafOffset(), map->rootSize, x);
 1788   unsigned Size = IM.rootLeaf().insertFrom(P.leafOffset(), IM.rootSize, a, b, y);
 1876   IM.rootLeaf().erase(P.leafOffset(), IM.rootSize);