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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 48 , nreported()
218 if (ctx->nreported) {
220 TsanPrintf("ThreadSanitizer: reported %d warnings\n", ctx->nreported);
tsan_rtl.h 370 int nreported; member in struct:__tsan::Context
tsan_rtl_report.cc 366 CTX()->nreported++;

Completed in 37 milliseconds