Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp655 Printf(" L: %zd/%zd ", U.size(), Corpus.MaxInputSize()); in PrintStatusForNewUnit()
872 Min(MaxMutationLen, Max(size_t(4), Corpus.MaxInputSize())); in Loop()
H A DFuzzerCorpus.h187 size_t MaxInputSize() const { in MaxInputSize() function