reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/IntervalMap.h
 1483   if (!Traits::stopLess(path.leaf<Leaf>().stop(path.leafSize() - 1), x)) {
 1484     path.leafOffset() = path.leaf<Leaf>().safeFind(path.leafOffset(), x);
 1494       if (!Traits::stopLess(path.node<Branch>(l).stop(path.offset(l)), x)) {
 1497           path.node<Branch>(l + 1).safeFind(path.offset(l + 1), x);
 1498         return pathFillFind(x);
 1503     if (!Traits::stopLess(map->rootBranch().stop(path.offset(0)), x)) {
 1504       path.offset(1) = path.node<Branch>(1).safeFind(path.offset(1), x);
 1505       return pathFillFind(x);
 1510   setRoot(map->rootBranch().findFrom(path.offset(0), map->rootSize, x));
 1512     pathFillFind(x);