Searched refs:ReportType (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.h | 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp); 34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
D | tsan_suppressions.cc | 68 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()
|
D | tsan_report.h | 22 enum ReportType { enum 105 ReportType typ;
|
D | tsan_rtl_report.cc | 137 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()
|
D | tsan_rtl.h | 467 ReportType type; 525 explicit ScopedReport(ReportType typ); 599 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
|
D | tsan_report.cc | 84 static const char *ReportTypeString(ReportType typ) { in ReportTypeString()
|
D | tsan_rtl_mutex.cc | 49 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 34 static __thread ReportType expect_report_type; 262 ReportType report_type; 274 void ExpectReport(ReportType type) { in ExpectReport()
|
/external/llvm/lib/Support/Windows/ |
D | Signals.inc | 376 AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {
|