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

References

include/llvm/ADT/IntervalMap.h
  944     DesiredRootBranchCap = (sizeof(RootLeaf) - sizeof(KeyT)) /
  967       AlignedCharArrayUnion<RootLeaf, RootBranchData> data;
  987   const RootLeaf &rootLeaf() const {
  989     return dataAs<RootLeaf>();
  991   RootLeaf &rootLeaf() {
  993     return dataAs<RootLeaf>();
 1023     rootLeaf().~RootLeaf();
 1031     new(&rootLeaf()) RootLeaf();
 1045     new(&rootLeaf()) RootLeaf();
 1050     rootLeaf().~RootLeaf();
 1083     if (branched() || rootSize == RootLeaf::Capacity)
 1171   const unsigned Nodes = RootLeaf::Capacity / Leaf::Capacity + 1;
 1332                         path.leaf<RootLeaf>().start(path.leafOffset());
 1339                         path.leaf<RootLeaf>().stop(path.leafOffset());
 1346                         path.leaf<RootLeaf>().value(path.leafOffset());
 1618     RootLeaf &Node = P.leaf<RootLeaf>();
 1618     RootLeaf &Node = P.leaf<RootLeaf>();
 1648     RootLeaf &Node = P.leaf<RootLeaf>();
 1648     RootLeaf &Node = P.leaf<RootLeaf>();
 1791   if (Size <= RootLeaf::Capacity) {