Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerMutate.cpp153 return AddWordFromDictionary(PersistentAutoDictionary, Data, Size, MaxSize); in Mutate_AddWordFromPersistentAutoDictionary()
239 if (!PersistentAutoDictionary.ContainsWord(DE->GetW())) in RecordSuccessfulMutationSequence()
240 PersistentAutoDictionary.push_back({DE->GetW(), 1}); in RecordSuccessfulMutationSequence()
246 for (auto &DE : PersistentAutoDictionary) in PrintRecommendedDictionary()
DFuzzerInternal.h326 Dictionary PersistentAutoDictionary; variable