Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp508 bool *FoundUniqFeatures) { in RunOne() argument
530 if (FoundUniqFeatures) in RunOne()
531 *FoundUniqFeatures = FoundUniqFeaturesOfII; in RunOne()
757 bool FoundUniqFeatures = false; in MutateAndTestOne() local
759 /*ForceAddToCorpus*/ false, &FoundUniqFeatures); in MutateAndTestOne()
766 if (Options.ReduceDepth && !FoundUniqFeatures) in MutateAndTestOne()
H A DFuzzerInternal.h74 bool *FoundUniqFeatures = nullptr);