Searched refs:ReportType (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_suppressions.h21 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
22 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
H A Dtsan_suppressions.cc54 SuppressionType conv(ReportType typ) {
85 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
107 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
H A Dtsan_report.h20 enum ReportType { enum in namespace:__tsan
104 ReportType typ;
H A Dtsan_report.cc84 static const char *ReportTypeString(ReportType typ) {
H A Dtsan_rtl.h440 ReportType type;
496 explicit ScopedReport(ReportType typ);
H A Dtsan_rtl_report.cc134 ScopedReport::ScopedReport(ReportType typ) {
607 ReportType typ = ReportTypeRace;
H A Dtsan_rtl_mutex.cc51 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ,

Completed in 109 milliseconds