Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntervalMap.h986 const RootLeaf &rootLeaf() const { in rootLeaf() function
990 RootLeaf &rootLeaf() { in rootLeaf() function
1022 rootLeaf().~RootLeaf(); in switchRootToBranch()
1030 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()
1042 new(&rootLeaf()) RootLeaf(); in IntervalMap()
1058 rootLeaf().~RootLeaf(); in ~IntervalMap()
1075 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()
1084 rootLeaf().safeLookup(x, NotFound);
1095 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert()
1197 L->copy(rootLeaf(), pos, 0, size[n]); in branchRoot()
[all …]