Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h583 unsigned findFrom(unsigned i, unsigned Size, KeyT x) const { in findFrom() function
718 unsigned findFrom(unsigned i, unsigned Size, KeyT x) const { in findFrom() function
1135 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert()
1489 setRoot(map->rootLeaf().findFrom(0, map->rootSize, x)); in find()
1502 map->rootLeaf().findFrom(path.leafOffset(), map->rootSize, x); in advanceTo()
1525 setRoot(map->rootBranch().findFrom(0, map->rootSize, x)); in treeFind()
1563 setRoot(map->rootBranch().findFrom(path.offset(0), map->rootSize, x)); in treeAdvanceTo()