Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DIntervalMap.h990 const RootLeaf &rootLeaf() const { in rootLeaf() function
994 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()
1062 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()
1068 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()
1077 rootLeaf().safeLookup(x, NotFound);
1088 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert()
[all …]