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

References

projects/compiler-rt/lib/asan/asan_errors.h
  435   ASAN_FOR_EACH_ERROR_KIND(ASAN_ERROR_DESCRIPTION_CONSTRUCTOR)
  440       ASAN_FOR_EACH_ERROR_KIND(ASAN_ERROR_DESCRIPTION_PRINT)
projects/compiler-rt/lib/asan/asan_report.cpp
  506     return ScopedInErrorReport::CurrentError().Generic.pc;
  512     return ScopedInErrorReport::CurrentError().Generic.bp;
  518     return ScopedInErrorReport::CurrentError().Generic.sp;
  525     return err.Generic.addr_description.Address();
  527     return err.DoubleFree.addr_description.addr;
  533     return ScopedInErrorReport::CurrentError().Generic.is_write;
  539     return ScopedInErrorReport::CurrentError().Generic.access_size;
  545     return ScopedInErrorReport::CurrentError().Generic.bug_descr;