HomeSort by: relevance | last modified time | path
    Searched defs:ShouldReport (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_report.cpp 130 bool ShouldReport(ThreadState *thr, ReportType typ) {
632 // These should have been checked in ShouldReport.
718 if (!ShouldReport(thr, ReportTypeRace))
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_report.cpp 130 bool ShouldReport(ThreadState *thr, ReportType typ) {
737 // These should have been checked in ShouldReport.
831 if (!ShouldReport(thr, ReportTypeRace))

Completed in 21 milliseconds