Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.h33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
H A Dtsan_suppressions.cc68 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 Dtsan_report.h22 enum ReportType { enum
110 ReportType typ;
H A Dtsan_rtl_report.cc146 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 Dtsan_rtl.h516 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 Dtsan_debugging.cc22 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
H A Dtsan_report.cc79 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString()
H A Dtsan_rtl_mutex.cc49 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DSignals.inc395 AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {