Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h245 DistributionNeedsUpdate = true; in AddToCorpus()
298 DistributionNeedsUpdate = true; in Replace()
359 DistributionNeedsUpdate = true; in DeleteInput()
415 DistributionNeedsUpdate = true; in AddRareFeature()
500 if (!DistributionNeedsUpdate && in UpdateCorpusDistribution()
504 DistributionNeedsUpdate = false; in UpdateCorpusDistribution()
581 bool DistributionNeedsUpdate = true; variable