HomeSort by: relevance | last modified time | path
    Searched refs:nreported (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.cpp 115 nreported(),
472 if (ctx->nreported) {
475 Printf("ThreadSanitizer: reported %d warnings\n", ctx->nreported);
477 Printf("Found %d data race(s)\n", ctx->nreported);
tsan_rtl.h 305 int nreported; member in struct:__tsan::Context
tsan_rtl_report.cpp 772 ctx->nreported++;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 100 , nreported()
454 if (ctx->nreported) {
457 Printf("ThreadSanitizer: reported %d warnings\n", ctx->nreported);
459 Printf("Found %d data race(s)\n", ctx->nreported);
tsan_rtl.h 532 int nreported; member in struct:__tsan::Context
tsan_rtl_report.cc 537 ctx->nreported++;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc 280 *pn = ctx->nreported;

Completed in 38 milliseconds