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

References

projects/compiler-rt/lib/asan/asan_report.cpp
  376   uptr offset = right - left;
  384     uptr shadow_offset2 = t->GetStackVariableShadowStart(right);
  392     return !GetHeapAddressInformation(right, 0, &hdesc2) ||
  399     return !GetGlobalAddressInformation(right - 1, 0, &gdesc2) ||
  402   if (t->GetStackVariableShadowStart(right) ||
  403       GetHeapAddressInformation(right, 0, &hdesc2) ||
  404       GetGlobalAddressInformation(right - 1, 0, &gdesc2))