Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp21 static const size_t kMaxMutationsToPrint = 10; variable
507 : std::min(kMaxMutationsToPrint, CurrentMutatorSequence.size()); in PrintMutationSequence()
513 : std::min(kMaxMutationsToPrint, in PrintMutationSequence()