Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerLoop.cpp508 bool *FoundUniqFeatures) { in RunOne() argument
530 if (FoundUniqFeatures) in RunOne()
531 *FoundUniqFeatures = FoundUniqFeaturesOfII; in RunOne()
756 bool FoundUniqFeatures = false; in MutateAndTestOne() local
758 /*ForceAddToCorpus*/ false, &FoundUniqFeatures); in MutateAndTestOne()
765 if (Options.ReduceDepth && !FoundUniqFeatures) in MutateAndTestOne()
DFuzzerInternal.h71 bool *FoundUniqFeatures = nullptr);