Home
last modified time | relevance | path

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

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