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

References

projects/compiler-rt/lib/ubsan/ubsan_diag.cpp
  263   MemoryLocation OrigMin = Min;
  265     Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
  265     Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
  271   if (Max - Min > BytesToShow)
  272     Min = __sanitizer::Min(Max - BytesToShow, OrigMin);
  273   Max = addNoOverflow(Min, BytesToShow);
  275   if (!IsAccessibleMemoryRange(Min, Max - Min)) {
  275   if (!IsAccessibleMemoryRange(Min, Max - Min)) {
  282   for (uptr P = Min; P != Max; ++P) {
  290   Range *InRange = upperBound(Min, Ranges, NumRanges);
  291   for (uptr P = Min; P != Max; ++P) {
  312   for (uptr P = Min; P != Max; ++P) {