Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h84 void SetMaxMutationLen(size_t MaxMutationLen);
H A DFuzzerLoop.cpp389 void Fuzzer::SetMaxMutationLen(size_t MaxMutationLen) { in SetMaxMutationLen() function in fuzzer::Fuzzer
H A DFuzzerDriver.cpp500 F->SetMaxMutationLen(U.size() - 1); in MinimizeCrashInputInternalStep()