Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
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()
331 II.HasFocusFunction); in PrintStats()
552 (Inputs[i]->HasFocusFunction ? 1000 : 1)) in UpdateCorpusDistribution()
DFuzzerLoop.cpp748 if (II.HasFocusFunction && !II.DataFlowTraceForFocusFunction.empty() && in MutateAndTestOne()