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

References

include/llvm/ADT/IntervalMap.h
 1061     return !branched() ? rootLeaf().start(0) : rootBranchStart();
 1067     return !branched() ? rootLeaf().stop(rootSize - 1) :
 1076                         rootLeaf().safeLookup(x, NotFound);