Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h582 unsigned findFrom(unsigned i, unsigned Size, KeyT x) const { in findFrom() function
717 unsigned findFrom(unsigned i, unsigned Size, KeyT x) const { in findFrom() function
1134 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert()
1488 setRoot(map->rootLeaf().findFrom(0, map->rootSize, x)); in find()
1501 map->rootLeaf().findFrom(path.leafOffset(), map->rootSize, x); in advanceTo()
1524 setRoot(map->rootBranch().findFrom(0, map->rootSize, x)); in treeFind()
1562 setRoot(map->rootBranch().findFrom(path.offset(0), map->rootSize, x)); in treeAdvanceTo()