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

References

include/llvm/ADT/IntervalMap.h
  754     stop(i) = Stop;
 1197     rootBranch().stop(n) = node[n].template get<Leaf>().stop(size[n]-1);
 1236     rootBranch().stop(n) = Node[n].template get<Branch>().stop(Size[n]-1);
 1236     rootBranch().stop(n) = Node[n].template get<Branch>().stop(Size[n]-1);
 1494       if (!Traits::stopLess(path.node<Branch>(l).stop(path.offset(l)), x)) {
 1503     if (!Traits::stopLess(map->rootBranch().stop(path.offset(0)), x)) {
 1672     P.node<Branch>(Level).stop(P.offset(Level)) = Stop;
 1677   P.node<RootBranch>(Level).stop(P.offset(Level)) = Stop;
 1944         setNodeStop(Level, Parent.stop(NewSize - 1));
 2018     KeyT Stop = Node[Pos]->stop(NewSize[Pos]-1);