Home
last modified time | relevance | path

Searched refs:num_checks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp64 ++entry.num_checks; in AddCheck()
124 entry.num_checks, CheckTypeDisplay(entry.check_ty)); in Print()
H A Dnsan_stats.h64 __sanitizer::u64 num_checks = 0; member