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

References

projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  504     E = diagnoseUnknownError(AccessPtr, &Meta);
  507     Meta = addrToMetadata(slotToAddr(Slot));
  509     if (!Meta->Addr)
  510       Meta = nullptr;
  515   printErrorType(E, AccessPtr, Meta, Printf, ThreadID);
  526   if (Meta)
  527     printAllocDeallocTraces(AccessPtr, Meta, Printf, PrintBacktrace);