Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1005 const RootBranch &rootBranch() const { return rootBranchData().node; } in rootBranch() function
1006 RootBranch &rootBranch() { return rootBranchData().node; } in rootBranch() function
1083 rootBranch() = std::move(RHS.rootBranch());
1086 RHS.rootBranch().~RootBranch();
1116 rootBranch().stop(rootSize - 1); in stop()
1206 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x); in treeSafeLookup()
1245 rootBranch().stop(n) = node[n].template get<Leaf>().stop(size[n]-1); in branchRoot()
1246 rootBranch().subtree(n) = node[n]; in branchRoot()
1278 B->copy(rootBranch(), Pos, 0, Size[n]); in splitRoot()
1284 rootBranch().stop(n) = Node[n].template get<Branch>().stop(Size[n]-1); in splitRoot()
[all …]