Searched refs:findFrom (Results 1 – 1 of 1) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 576 unsigned findFrom(unsigned i, unsigned Size, KeyT x) const { in findFrom() function 712 unsigned findFrom(unsigned i, unsigned Size, KeyT x) const { in findFrom() function 1088 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert() 1424 setRoot(map->rootLeaf().findFrom(0, map->rootSize, x)); in find() 1437 map->rootLeaf().findFrom(path.leafOffset(), map->rootSize, x); in advanceTo() 1461 setRoot(map->rootBranch().findFrom(0, map->rootSize, x)); in treeFind() 1499 setRoot(map->rootBranch().findFrom(path.offset(0), map->rootSize, x)); in treeAdvanceTo()
|