Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDIntervalMap.h1007 KeyT rootBranchStart() const { return rootBranchData().start; } in rootBranchStart() function
1008 KeyT &rootBranchStart() { return rootBranchData().start; } in rootBranchStart() function
1061 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()
1200 rootBranchStart() = node[0].template get<Leaf>().start(0); in branchRoot()
1842 this->map->rootBranchStart() = a; in treeInsert()
1894 IM.rootBranchStart() = P.leaf<Leaf>().start(0); in treeErase()
1907 IM.rootBranchStart() = P.leaf<Leaf>().start(0); in treeErase()