Home
last modified time | relevance | path

Searched refs:RootLeaf (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntervalMap.h970 RootLeaf leaf;
986 const RootLeaf &rootLeaf() const { in rootLeaf()
990 RootLeaf &rootLeaf() { in rootLeaf()
1022 rootLeaf().~RootLeaf(); in switchRootToBranch()
1030 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()
1042 new(&rootLeaf()) RootLeaf(); in IntervalMap()
1058 rootLeaf().~RootLeaf(); in ~IntervalMap()
1091 if (branched() || rootSize == RootLeaf::Capacity) in insert()
1631 RootLeaf &Node = P.leaf<RootLeaf>(); in canCoalesceLeft()
1661 RootLeaf &Node = P.leaf<RootLeaf>(); in canCoalesceRight()
[all …]