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

References

include/llvm/ADT/IntervalMap.h
 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);
 1504       path.offset(1) = path.node<Branch>(1).safeFind(path.offset(1), x);
 1672     P.node<Branch>(Level).stop(P.offset(Level)) = Stop;
 1677   P.node<RootBranch>(Level).stop(P.offset(Level)) = Stop;
 1770   P.node<Branch>(Level).insert(P.offset(Level), P.size(Level), Node, Stop);
 1932     Branch &Parent = P.node<Branch>(Level);
 1983   Node[Nodes++] = &P.node<NodeT>(Level);