Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h988 const RootLeaf &rootLeaf() const { in rootLeaf()
990 return dataAs<RootLeaf>(); in rootLeaf()
992 RootLeaf &rootLeaf() { in rootLeaf()
994 return dataAs<RootLeaf>(); in rootLeaf()
1024 rootLeaf().~RootLeaf(); in switchRootToBranch()
1032 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()
1046 new(&rootLeaf()) RootLeaf(); in IntervalMap()
1051 rootLeaf().~RootLeaf(); in ~IntervalMap()
1619 RootLeaf &Node = P.leaf<RootLeaf>(); in canCoalesceLeft()
1649 RootLeaf &Node = P.leaf<RootLeaf>(); in canCoalesceRight()
[all …]