Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp119 nreported(), in Context()
500 if (ctx->nreported) { in Finalize()
503 Printf("ThreadSanitizer: reported %d warnings\n", ctx->nreported); in Finalize()
505 Printf("Found %d data race(s)\n", ctx->nreported); in Finalize()
Dtsan_rtl.h526 int nreported; member
Dtsan_rtl_report.cpp546 ctx->nreported++; in OutputReport()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
Dtsan_go.cpp294 *pn = ctx->nreported; in __tsan_report_count()