Home
last modified time | relevance | path

Searched refs:ReportType (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.h32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
H A Dtsan_suppressions.cpp68 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 Dtsan_report.h22 enum ReportType { enum
103 ReportType typ;
H A Dtsan_rtl.h295 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 Dtsan_rtl_report.cpp130 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 Dtsan_debugging.cpp21 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
H A Dtsan_report.cpp62 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString()
H A Dtsan_rtl_mutex.cpp50 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc415 AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {