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

References

include/llvm/ADT/IntervalMap.h
  955     RootBranch node;
 1005   const RootBranch &rootBranch() const { return rootBranchData().node; }
 1006   RootBranch &rootBranch()             { return rootBranchData().node; }
 1212   const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1;
 1677   P.node<RootBranch>(Level).stop(P.offset(Level)) = Stop;
 1744     if (IM.rootSize < RootBranch::Capacity) {