Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDIntervalMap.h987 const RootLeaf &rootLeaf() const { in rootLeaf() function
991 RootLeaf &rootLeaf() { in rootLeaf() function
1023 rootLeaf().~RootLeaf(); in switchRootToBranch()
1031 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()
1045 new(&rootLeaf()) RootLeaf(); in IntervalMap()
1050 rootLeaf().~RootLeaf(); in ~IntervalMap()
1061 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()
1067 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()
1076 rootLeaf().safeLookup(x, NotFound);
1087 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert()
[all …]