HomeSort by: relevance | last modified time | path
    Searched refs:HasFocusFunction (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerCorpus.h 39 bool HasFocusFunction = false;
77 return II->HasFocusFunction;
90 bool HasFocusFunction, const Vector<uint32_t> &FeatureSet,
101 II.HasFocusFunction = HasFocusFunction;
106 if (HasFocusFunction)
187 II.NumExecutedMutations, II.NumSuccessfullMutations, II.HasFocusFunction);
284 ? (i + 1) * (Inputs[i]->HasFocusFunction ? 1000 : 1)
FuzzerLoop.cpp 696 if (II.HasFocusFunction && !II.DataFlowTraceForFocusFunction.empty() &&

Completed in 12 milliseconds