Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerLoop.cpp513 bool *FoundUniqFeatures) { in RunOne() argument
535 if (FoundUniqFeatures) in RunOne()
536 *FoundUniqFeatures = FoundUniqFeaturesOfII; in RunOne()
762 bool FoundUniqFeatures = false; in MutateAndTestOne() local
764 /*ForceAddToCorpus*/ false, &FoundUniqFeatures); in MutateAndTestOne()
771 if (Options.ReduceDepth && !FoundUniqFeatures) in MutateAndTestOne()
DFuzzerInternal.h74 bool *FoundUniqFeatures = nullptr);