Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
1108 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()
1247 rootBranchStart() = node[0].template get<Leaf>().start(0); in branchRoot()
1894 this->map->rootBranchStart() = a; in treeInsert()
1946 IM.rootBranchStart() = P.leaf<Leaf>().start(0); in treeErase()
1959 IM.rootBranchStart() = P.leaf<Leaf>().start(0); in treeErase()