Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp386 nreported(), in Context()
790 if (ctx->nreported) { in Finalize()
793 Printf("ThreadSanitizer: reported %d warnings\n", ctx->nreported); in Finalize()
795 Printf("Found %d data race(s)\n", ctx->nreported); in Finalize()
H A Dtsan_rtl.h311 int nreported; member
H A Dtsan_rtl_report.cpp664 ctx->nreported++; in OutputReport()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp287 *pn = ctx->nreported; in __tsan_report_count()