Searched refs:ReportType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_suppressions.h | 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp); 34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
| H A D | tsan_suppressions.cc | 68 static const char *conv(ReportType typ) { in conv() 107 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() 126 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.cc | 146 ScopedReportBase::ScopedReportBase(ReportType typ, uptr tag) { in ScopedReportBase() 374 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport() 544 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression() 561 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression() 622 ReportType typ = ReportTypeRace; in ReportRace()
|
| H A D | tsan_rtl.h | 516 ReportType type; 599 ScopedReportBase(ReportType typ, uptr tag); 616 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone); 690 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
|
| H A D | tsan_debugging.cc | 22 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
|
| H A D | tsan_report.cc | 79 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString()
|
| H A D | tsan_rtl_mutex.cc | 49 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 395 AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {
|