Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.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()
1043 new (&rootLeaf()) RootLeaf(); in IntervalMap()
1074 rootLeaf().~RootLeaf();
1088 new (&RHS.rootLeaf()) RootLeaf();
1090 rootLeaf() = std::move(RHS.rootLeaf());
1098 rootLeaf().~RootLeaf(); in ~IntervalMap()
1109 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()
[all …]