Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h1004 const RootBranch &rootBranch() const { return rootBranchData().node; } in rootBranch() function
1005 RootBranch &rootBranch() { return rootBranchData().node; } in rootBranch() function
1082 rootBranch() = std::move(RHS.rootBranch());
1085 RHS.rootBranch().~RootBranch();
1115 rootBranch().stop(rootSize - 1); in stop()
1205 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x); in treeSafeLookup()
1244 rootBranch().stop(n) = node[n].template get<Leaf>().stop(size[n]-1); in branchRoot()
1245 rootBranch().subtree(n) = node[n]; in branchRoot()
1277 B->copy(rootBranch(), Pos, 0, Size[n]); in splitRoot()
1283 rootBranch().stop(n) = Node[n].template get<Branch>().stop(Size[n]-1); in splitRoot()
[all …]