HomeSort by relevance Sort by last modified time
    Searched refs:ReportType (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.h 22 uptr IsSuppressed(ReportType typ, const ReportStack *stack);
tsan_report.h 21 enum ReportType {
97 ReportType typ;
tsan_suppressions.cc 147 uptr IsSuppressed(ReportType typ, const ReportStack *stack) {
tsan_report.cc 46 static const char *ReportTypeString(ReportType typ) {
tsan_rtl.h 510 ReportType type;
550 explicit ScopedReport(ReportType typ);
tsan_rtl_report.cc 126 ScopedReport::ScopedReport(ReportType typ) {
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 35 static __thread ReportType expect_report_type;
210 ReportType report_type;
222 void ExpectReport(ReportType type) {

Completed in 448 milliseconds