Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.h33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
Dtsan_suppressions.cc68 static const char *conv(ReportType typ) { in conv()
111 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
130 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
Dtsan_report.h22 enum ReportType { enum
105 ReportType typ;
Dtsan_rtl_report.cc137 ScopedReport::ScopedReport(ReportType typ) { in ScopedReport()
525 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression()
542 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression()
603 ReportType typ = ReportTypeRace; in ReportRace()
Dtsan_rtl.h467 ReportType type;
525 explicit ScopedReport(ReportType typ);
599 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
Dtsan_report.cc84 static const char *ReportTypeString(ReportType typ) { in ReportTypeString()
Dtsan_rtl_mutex.cc49 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc34 static __thread ReportType expect_report_type;
262 ReportType report_type;
274 void ExpectReport(ReportType type) { in ExpectReport()
/external/llvm/lib/Support/Windows/
DSignals.inc376 AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {