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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DIntervalMap.h549 /// findFrom - Find the first interval after i that may contain x.
555 unsigned findFrom(unsigned i, unsigned Size, KeyT x) const { function in class:llvm::IntervalMapImpl::LeafNode
564 /// findFrom except is it assumed that x is at least within range of the last
608 // Verify the findFrom invariant.
685 /// findFrom - Find the first subtree after i that may contain x.
691 unsigned findFrom(unsigned i, unsigned Size, KeyT x) const {
694 "Index to findFrom is past the needed point");
700 /// findFrom except is it assumed that x is in range.
1078 unsigned p = rootLeaf().findFrom(0, rootSize, a);
1414 setRoot(map->rootLeaf().findFrom(
[all...]

Completed in 168 milliseconds