Searched refs:safeFind (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h590 /// safeFind - Find an interval that is known to exist. This is the same as
597 unsigned safeFind(unsigned i, KeyT x) const { function in class:llvm::IntervalMapImpl::LeafNode
612 unsigned i = safeFind(0, x);
725 /// safeFind - Find a subtree that is known to exist. This is the same as
731 unsigned safeFind(unsigned i, KeyT x) const {
744 return subtree(safeFind(0, x));
1512 unsigned p = NR.get<Branch>().safeFind(0, x);
1516 path.push(NR, NR.get<Leaf>().safeFind(0, x));
1536 path.leafOffset() = path.leaf<Leaf>().safeFind(path.leafOffset(), x);
1549 path.node<Branch>(l + 1).safeFind(pat
[all...]

Completed in 209 milliseconds