Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h66 bool PrintNEW = true; // Print a status line when new units are found; member
H A DFuzzerLoop.cpp653 if (!Options.PrintNEW) in PrintStatusForNewUnit()