Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp538 size_t NumNewFeatures = Corpus.NumFeatureUpdates() - NumUpdatesBefore; in RunOne() local
539 if (NumNewFeatures || ForceAddToCorpus) { in RunOne()
542 Corpus.AddToCorpus({Data, Data + Size}, NumNewFeatures, MayDeleteFile, in RunOne()