Home
last modified time | relevance | path

Searched defs:MaxMutationLen (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h146 size_t MaxMutationLen = 0; variable
H A DFuzzerLoop.cpp389 void Fuzzer::SetMaxMutationLen(size_t MaxMutationLen) { in SetMaxMutationLen()