Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h988 const RootLeaf &rootLeaf() const { in rootLeaf() function
992 RootLeaf &rootLeaf() { in rootLeaf() function
1024 rootLeaf().~RootLeaf(); in switchRootToBranch()
1032 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()
1046 new(&rootLeaf()) RootLeaf(); in IntervalMap()
1051 rootLeaf().~RootLeaf(); in ~IntervalMap()
1068 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()
1077 rootLeaf().safeLookup(x, NotFound);
1088 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert()
1190 L->copy(rootLeaf(), pos, 0, size[n]); in branchRoot()
[all …]