Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp67 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 Dtsan_report.h22 enum ReportType { enum
110 ReportType typ;
H A Dtsan_rtl_report.cpp128 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 Dtsan_rtl.h510 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 Dtsan_debugging.cpp21 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
H A Dtsan_report.cpp78 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString()
H A Dtsan_rtl_mutex.cpp48 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc394 AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {