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

References

projects/compiler-rt/lib/ubsan/ubsan_diag.cpp
  293     if (InRange && InRange->getEnd().getMemoryLocation() == P)
  293     if (InRange && InRange->getEnd().getMemoryLocation() == P)
  294       InRange = upperBound(P, Ranges, NumRanges);
  295     if (!InRange && P > Loc)
  297     if (InRange && InRange->getStart().getMemoryLocation() < P)
  297     if (InRange && InRange->getStart().getMemoryLocation() < P)
  299     if (InRange && InRange->getStart().getMemoryLocation() <= P)
  299     if (InRange && InRange->getStart().getMemoryLocation() <= P)
  310   InRange = 0;
  313     if (!InRange || InRange->getEnd().getMemoryLocation() == P)
  313     if (!InRange || InRange->getEnd().getMemoryLocation() == P)
  314       InRange = upperBound(P, Ranges, NumRanges);
  315     if (!InRange)
  320     if (InRange && InRange->getStart().getMemoryLocation() == P) {
  320     if (InRange && InRange->getStart().getMemoryLocation() == P) {
  323       RenderText(&Buffer, InRange->getText(), Args);