Home
last modified time | relevance | path

Searched refs:GetReport (Results 1 – 19 of 19) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.cc122 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeLock()
135 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexAfterLock()
146 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeUnlock()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc152 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock()
210 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock()
252 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
265 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock()
305 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock()
337 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
384 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cc372 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } in GetReport() function in __tsan::ScopedReportBase
507 const ReportDesc *rep = srep.GetReport(); in OutputReport()
522 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp}; in OutputReport()
H A Dtsan_rtl.h596 const ReportDesc *GetReport() const;
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cc150 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock()
208 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock()
250 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
263 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock()
303 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock()
335 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
382 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cc370 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } in GetReport() function in __tsan::ScopedReportBase
505 const ReportDesc *rep = srep.GetReport(); in OutputReport()
520 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp}; in OutputReport()
H A Dtsan_rtl.h592 const ReportDesc *GetReport() const;
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cc150 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock()
208 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock()
250 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
263 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock()
303 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock()
335 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
382 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cc370 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } in GetReport() function in __tsan::ScopedReportBase
505 const ReportDesc *rep = srep.GetReport(); in OutputReport()
520 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp}; in OutputReport()
H A Dtsan_rtl.h592 const ReportDesc *GetReport() const;
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc54 DDReport *GetReport(DDCallback *cb) override;
185 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h86 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport() function
H A Dsanitizer_deadlock_detector2.cc98 DDReport *GetReport(DDCallback *cb);
414 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc56 DDReport *GetReport(DDCallback *cb) override;
187 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport() function
H A Dsanitizer_deadlock_detector2.cc100 DDReport *GetReport(DDCallback *cb);
416 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc54 DDReport *GetReport(DDCallback *cb) override;
185 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h86 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport() function
H A Dsanitizer_deadlock_detector2.cc98 DDReport *GetReport(DDCallback *cb);
414 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD