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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DIntervalMap.h563 /// safeFind - Find an interval that is known to exist. This is the same as
570 unsigned safeFind(unsigned i, KeyT x) const { function in class:llvm::IntervalMapImpl::LeafNode
585 unsigned i = safeFind(0, x);
699 /// safeFind - Find a subtree that is known to exist. This is the same as
705 unsigned safeFind(unsigned i, KeyT x) const {
718 return subtree(safeFind(0, x));
1439 unsigned p = NR.get<Branch>().safeFind(0, x);
1443 path.push(NR, NR.get<Leaf>().safeFind(0, x));
1463 path.leafOffset() = path.leaf<Leaf>().safeFind(path.leafOffset(), x);
1476 path.node<Branch>(l + 1).safeFind(pat
[all...]

Completed in 119 milliseconds