Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntervalMap.h1006 KeyT rootBranchStart() const { return rootBranchData().start; } in rootBranchStart() function
1007 KeyT &rootBranchStart() { return rootBranchData().start; } in rootBranchStart() function
1069 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()
1208 rootBranchStart() = node[0].template get<Leaf>().start(0); in branchRoot()
1855 this->map->rootBranchStart() = a; in treeInsert()
1907 IM.rootBranchStart() = P.leaf<Leaf>().start(0); in treeErase()
1920 IM.rootBranchStart() = P.leaf<Leaf>().start(0); in treeErase()