Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerInternal.h110 void PrintStatusForNewUnit(const Unit &U, const char *Text);
H A DFuzzerLoop.cpp608 void Fuzzer::PrintStatusForNewUnit(const Unit &U, const char *Text) { in PrintStatusForNewUnit() function in fuzzer::Fuzzer
622 PrintStatusForNewUnit(U, II->Reduced ? "REDUCE" : "NEW "); in ReportNewCoverage()