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

References

projects/compiler-rt/lib/hwasan/hwasan_linux.cpp
  363   return hwasanThreadList().GetThreadByBufferAddress((uptr)(R->Next()));
projects/compiler-rt/lib/sanitizer_common/sanitizer_ring_buffer.h
  118     uptr Idx = other.Next() - (const T *)other.StartOfStorage();
  125     return (void *)((uptr)Next() & ~(GetStorageSize() - 1));
  135     T *next = Next();
  145     sptr StorageIdx = Next() - Begin;