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

References

include/llvm/ADT/IntervalMap.h
 1074       return NotFound;
 1075     return branched() ? treeSafeLookup(x, NotFound) :
 1076                         rootLeaf().safeLookup(x, NotFound);