Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h1008 KeyT rootBranchStart() const { return rootBranchData().start; } in rootBranchStart() function
1009 KeyT &rootBranchStart() { return rootBranchData().start; } in rootBranchStart() function
1062 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()
1201 rootBranchStart() = node[0].template get<Leaf>().start(0); in branchRoot()
1848 this->map->rootBranchStart() = a; in treeInsert()
1900 IM.rootBranchStart() = P.leaf<Leaf>().start(0); in treeErase()
1913 IM.rootBranchStart() = P.leaf<Leaf>().start(0); in treeErase()