Home | History | Annotate | Download | only in rtl

Lines Matching refs:typ

68 static const char *conv(ReportType typ) {
69 if (typ == ReportTypeRace)
71 else if (typ == ReportTypeVptrRace)
73 else if (typ == ReportTypeUseAfterFree)
75 else if (typ == ReportTypeVptrUseAfterFree)
77 else if (typ == ReportTypeThreadLeak)
79 else if (typ == ReportTypeMutexDestroyLocked)
81 else if (typ == ReportTypeMutexDoubleLock)
83 else if (typ == ReportTypeMutexInvalidAccess)
85 else if (typ == ReportTypeMutexBadUnlock)
87 else if (typ == ReportTypeMutexBadReadLock)
89 else if (typ == ReportTypeMutexBadReadUnlock)
91 else if (typ == ReportTypeSignalUnsafe)
93 else if (typ == ReportTypeErrnoInSignal)
95 else if (typ == ReportTypeDeadlock)
97 Printf("ThreadSanitizer: unknown report type %d\n", typ);
113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
118 const char *stype = conv(typ);
132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
137 const char *stype = conv(typ);