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

References

projects/compiler-rt/lib/ubsan/ubsan_diag.cpp
  266     Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
  266     Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
  271   if (Max - Min > BytesToShow)
  272     Min = __sanitizer::Min(Max - BytesToShow, OrigMin);
  273   Max = addNoOverflow(Min, BytesToShow);
  275   if (!IsAccessibleMemoryRange(Min, Max - Min)) {
  282   for (uptr P = Min; P != Max; ++P) {
  291   for (uptr P = Min; P != Max; ++P) {
  312   for (uptr P = Min; P != Max; ++P) {