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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_ring_buffer.h
  115     uptr size = other.GetStorageSize();
  116     internal_memcpy(storage, other.StartOfStorage(), size);
  118     uptr Idx = other.Next() - (const T *)other.StartOfStorage();
  118     uptr Idx = other.Next() - (const T *)other.StartOfStorage();