Home
last modified time | relevance | path

Searched refs:nreported (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp385 nreported(), in Context()
789 if (ctx->nreported) { in Finalize()
792 Printf("ThreadSanitizer: reported %d warnings\n", ctx->nreported); in Finalize()
794 Printf("Found %d data race(s)\n", ctx->nreported); in Finalize()
Dtsan_rtl.h311 int nreported; member
Dtsan_rtl_report.cpp664 ctx->nreported++; in OutputReport()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/go/
Dtsan_go.cpp287 *pn = ctx->nreported; in __tsan_report_count()