Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h41 bool HasFocusFunction = false; member
197 return II->HasFocusFunction; in NumInputsThatTouchFocusFunction()
210 bool HasFocusFunction, bool NeverReduce, in AddToCorpus() argument
227 II.HasFocusFunction = HasFocusFunction; in AddToCorpus()
236 if (HasFocusFunction) in AddToCorpus()
328 II.NumExecutedMutations, II.NumSuccessfullMutations, II.HasFocusFunction); in PrintStats()
549 (Inputs[i]->HasFocusFunction ? 1000 : 1)) in UpdateCorpusDistribution()
H A DFuzzerLoop.cpp742 if (II.HasFocusFunction && !II.DataFlowTraceForFocusFunction.empty() && in MutateAndTestOne()