/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_suppressions.h | 32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp); 33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
H A D | tsan_suppressions.cpp | 67 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 D | tsan_report.h | 22 enum ReportType { enum 102 ReportType typ;
|
H A D | tsan_rtl.h | 289 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 D | tsan_rtl_report.cpp | 130 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 D | tsan_debugging.cpp | 21 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
|
H A D | tsan_report.cpp | 62 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString()
|
H A D | tsan_rtl_mutex.cpp | 48 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/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() 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 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_suppressions.h | 31 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp); 32 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
H A D | tsan_suppressions.cc | 66 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 D | tsan_report.h | 20 enum ReportType { enum 108 ReportType typ;
|
H A D | tsan_rtl_report.cc | 144 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 D | tsan_rtl.h | 512 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 D | tsan_debugging.cc | 20 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
|
H A D | tsan_report.cc | 77 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString()
|
H A D | tsan_rtl_mutex.cc | 47 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 D | tsan_test_util_posix.cc | 35 static __thread ReportType expect_report_type; 217 ReportType report_type; 229 void ExpectReport(ReportType type) { in ExpectReport()
|