Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
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
102 ReportType typ;
H A Dtsan_rtl.h289 ReportType type;
370 ScopedReportBase(ReportType typ, uptr tag);
387 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone);
394 bool ShouldReport(ThreadState *thr, ReportType typ);
447 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()
385 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport()
779 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression()
796 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression()
859 ReportType 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.cpp48 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
/netbsd-src/sys/external/bsd/compiler_rt/dist/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()
115 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
134 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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_suppressions.h31 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
32 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
H A Dtsan_suppressions.cc66 static const char *conv(ReportType typ) { in conv()
113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
H A Dtsan_report.h20 enum ReportType { enum
108 ReportType typ;
H A Dtsan_rtl_report.cc144 ScopedReportBase::ScopedReportBase(ReportType typ, uptr tag) { in ScopedReportBase()
372 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport()
542 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression()
559 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression()
620 ReportType typ = ReportTypeRace; in ReportRace()
H A Dtsan_rtl.h512 ReportType type;
595 ScopedReportBase(ReportType typ, uptr tag);
612 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone);
686 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
H A Dtsan_debugging.cc20 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
H A Dtsan_report.cc77 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString()
H A Dtsan_rtl_mutex.cc47 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc35 static __thread ReportType expect_report_type;
217 ReportType report_type;
229 void ExpectReport(ReportType type) { in ExpectReport()

12