reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
31 DDReport rep; 55 DDReport *GetReport(DDCallback *cb) override; 130 len = Min<uptr>(len, DDReport::kMaxLoopSize); 131 DDReport *rep = <->rep; 186 DDReport *DD::GetReport(DDCallback *cb) {projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector_interface.h
87 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; }
projects/compiler-rt/lib/tsan/dd/dd_rtl.cpp 38 static void ReportDeadlock(Thread *thr, DDReport *rep) {
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r); 513 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {