Searched refs:GetReport (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp121 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
134 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
145 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h90 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cpp55 DDReport *GetReport(DDCallback *cb) override;
186 DDReport *DD::GetReport(DDCallback *cb) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cpp99 DDReport *GetReport(DDCallback *cb);
413 DDReport *DD::GetReport(DDCallback *cb) { function in class:__sanitizer::DD
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp155 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
212 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
261 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
278 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
320 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
361 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
415 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
H A Dtsan_rtl_report.cpp344 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } function in class:__tsan::ScopedReportBase
637 const ReportDesc *rep = srep.GetReport();
652 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp};
806 const ReportDesc *rep_desc = rep.GetReport();
H A Dtsan_rtl.h421 const ReportDesc *GetReport() const;

Completed in 142 milliseconds