Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DIntervalMap.h937 typedef IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits> RootLeaf; typedef
943 DesiredRootBranchCap = (sizeof(RootLeaf) - sizeof(KeyT)) /
965 AlignedCharArrayUnion<RootLeaf, RootBranchData> data;
990 const RootLeaf &rootLeaf() const { in rootLeaf()
992 return dataAs<RootLeaf>(); in rootLeaf()
994 RootLeaf &rootLeaf() { in rootLeaf()
996 return dataAs<RootLeaf>(); in rootLeaf()
1024 rootLeaf().~RootLeaf(); in switchRootToBranch()
1032 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()
1044 assert((uintptr_t(data.buffer) & (alignOf<RootLeaf>() - 1)) == 0 && in IntervalMap()
[all …]