Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerInternal.h85 void SetMaxMutationLen(size_t MaxMutationLen);
H A DFuzzerLoop.cpp385 void Fuzzer::SetMaxMutationLen(size_t MaxMutationLen) { in SetMaxMutationLen() function in fuzzer::Fuzzer
H A DFuzzerDriver.cpp460 F->SetMaxMutationLen(U.size() - 1); in MinimizeCrashInputInternalStep()