Searched refs:ReportType (Results 1 – 13 of 13) 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() 113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() 132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
|
D | tsan_report.h | 22 enum ReportType { enum 106 ReportType typ;
|
D | tsan_rtl_report.cc | 142 ScopedReport::ScopedReport(ReportType typ) { in ScopedReport() 536 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression() 553 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression() 614 ReportType typ = ReportTypeRace; in ReportRace()
|
D | tsan_rtl.h | 500 ReportType type; 558 explicit ScopedReport(ReportType typ); 632 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
|
D | tsan_debugging.cc | 20 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
|
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/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Signals.inc | 182 static int CRTReportHook(int ReportType, char *Message, int *Return) { 187 switch (ReportType) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 391 AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Signals.inc | 395 AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {
|
/external/llvm/lib/Support/Windows/ |
D | Signals.inc | 390 AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {
|