Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp300 return AddWordFromDictionary(PersistentAutoDictionary, Data, Size, MaxSize); in Mutate_AddWordFromPersistentAutoDictionary()
482 if (!PersistentAutoDictionary.ContainsWord(DE->GetW())) in RecordSuccessfulMutationSequence()
483 PersistentAutoDictionary.push_back(*DE); in RecordSuccessfulMutationSequence()
489 for (auto &DE : PersistentAutoDictionary) in PrintRecommendedDictionary()
H A DFuzzerMutate.h134 Dictionary PersistentAutoDictionary; variable