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

References

projects/compiler-rt/lib/ubsan/ubsan_diag.cpp
  238     if (Ranges[I].getEnd().getMemoryLocation() > Loc &&
  266     Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
  293     if (InRange && InRange->getEnd().getMemoryLocation() == P)
  313     if (!InRange || InRange->getEnd().getMemoryLocation() == P)