Searched refs:ReportType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_suppressions.h | 32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp); 33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
| H A D | tsan_suppressions.cpp | 67 static const char *conv(ReportType typ) { in conv() 106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() 125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
|
| H A D | tsan_report.h | 22 enum ReportType { enum 110 ReportType typ;
|
| H A D | tsan_rtl_report.cpp | 128 bool ShouldReport(ThreadState *thr, ReportType typ) { in ShouldReport() 156 ScopedReportBase::ScopedReportBase(ReportType typ, uptr tag) { in ScopedReportBase() 385 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport() 553 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression() 570 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression() 633 ReportType typ = ReportTypeRace; in ReportRace()
|
| H A D | tsan_rtl.h | 510 ReportType type; 592 ScopedReportBase(ReportType typ, uptr tag); 609 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone); 616 bool ShouldReport(ThreadState *thr, ReportType typ); 669 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
|
| H A D | tsan_debugging.cpp | 21 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
|
| H A D | tsan_report.cpp | 78 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString()
|
| H A D | tsan_rtl_mutex.cpp | 48 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 394 AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {
|