Searched refs:ReportType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-src/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 | 68 static const char *conv(ReportType typ) { in conv() 108 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() 127 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
|
| H A D | tsan_report.h | 22 enum ReportType { enum 103 ReportType typ;
|
| H A D | tsan_rtl.h | 295 ReportType type; 424 ScopedReportBase(ReportType typ, uptr tag); 439 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone); 446 bool ShouldReport(ThreadState *thr, ReportType typ); 499 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
|
| H A D | tsan_rtl_report.cpp | 130 bool ShouldReport(ThreadState *thr, ReportType typ) { in ShouldReport() 158 ScopedReportBase::ScopedReportBase(ReportType typ, uptr tag) { in ScopedReportBase() 346 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport() 671 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression() 688 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression() 742 ReportType rep_typ = ReportTypeRace; in ReportRace()
|
| H A D | tsan_debugging.cpp | 21 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
|
| H A D | tsan_report.cpp | 62 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString()
|
| H A D | tsan_rtl_mutex.cpp | 50 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 415 AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {
|