Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp510 bool *FoundUniqFeatures) { in RunOne() argument
532 if (FoundUniqFeatures) in RunOne()
533 *FoundUniqFeatures = FoundUniqFeaturesOfII; in RunOne()
764 bool FoundUniqFeatures = false; in MutateAndTestOne() local
766 /*ForceAddToCorpus*/ false, &FoundUniqFeatures); in MutateAndTestOne()
773 if (Options.ReduceDepth && !FoundUniqFeatures) in MutateAndTestOne()
H A DFuzzerInternal.h73 bool *FoundUniqFeatures = nullptr);