Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h244 DistributionNeedsUpdate = true; in AddToCorpus()
295 DistributionNeedsUpdate = true; in Replace()
355 DistributionNeedsUpdate = true; in DeleteInput()
409 DistributionNeedsUpdate = true; in AddRareFeature()
496 if (!DistributionNeedsUpdate && in UpdateCorpusDistribution()
500 DistributionNeedsUpdate = false; in UpdateCorpusDistribution()
577 bool DistributionNeedsUpdate = true; variable