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

References

include/llvm/ADT/IntervalMap.h
 1197     rootBranch().stop(n) = node[n].template get<Leaf>().stop(size[n]-1);
 1198     rootBranch().subtree(n) = node[n];
 1230     B->copy(rootBranch(), Pos, 0, Size[n]);
 1236     rootBranch().stop(n) = Node[n].template get<Branch>().stop(Size[n]-1);
 1237     rootBranch().subtree(n) = Node[n];
 1254     Refs.push_back(rootBranch().subtree(i));
 1319       path.setRoot(&map->rootBranch(), map->rootSize, Offset);
 1472   setRoot(map->rootBranch().findFrom(0, map->rootSize, x));
 1503     if (!Traits::stopLess(map->rootBranch().stop(path.offset(0)), x)) {
 1510   setRoot(map->rootBranch().findFrom(path.offset(0), map->rootSize, x));
 1745       IM.rootBranch().insert(P.offset(0), IM.rootSize, Node, Stop);
 1754     P.replaceRoot(&IM.rootBranch(), IM.rootSize, Offset);
 1798   P.replaceRoot(&IM.rootBranch(), IM.rootSize, Offset);
 1922     IM.rootBranch().erase(P.offset(0), IM.rootSize);