Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMutate.cpp282 return AddWordFromDictionary(PersistentAutoDictionary, Data, Size, MaxSize); in Mutate_AddWordFromPersistentAutoDictionary()
464 if (!PersistentAutoDictionary.ContainsWord(DE->GetW())) in RecordSuccessfulMutationSequence()
465 PersistentAutoDictionary.push_back({DE->GetW(), 1}); in RecordSuccessfulMutationSequence()
471 for (auto &DE : PersistentAutoDictionary) in PrintRecommendedDictionary()
H A DFuzzerMutate.h135 Dictionary PersistentAutoDictionary; variable