Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h942 using RootLeaf = IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits>; variable
948 DesiredRootBranchCap = (sizeof(RootLeaf) - sizeof(KeyT)) /
971 RootLeaf leaf;
987 const RootLeaf &rootLeaf() const { in rootLeaf()
991 RootLeaf &rootLeaf() { in rootLeaf()
1023 rootLeaf().~RootLeaf(); in switchRootToBranch()
1031 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()
1043 new (&rootLeaf()) RootLeaf(); in IntervalMap()
1074 rootLeaf().~RootLeaf();
1088 new (&RHS.rootLeaf()) RootLeaf();
[all …]