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

References

include/llvm/ADT/IntervalMap.h
 1493     for (unsigned l = path.height() - 1; l; --l) {
 1493     for (unsigned l = path.height() - 1; l; --l) {
 1494       if (!Traits::stopLess(path.node<Branch>(l).stop(path.offset(l)), x)) {
 1494       if (!Traits::stopLess(path.node<Branch>(l).stop(path.offset(l)), x)) {
 1496         path.offset(l + 1) =
 1497           path.node<Branch>(l + 1).safeFind(path.offset(l + 1), x);
 1497           path.node<Branch>(l + 1).safeFind(path.offset(l + 1), x);