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

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp300 return AddWordFromDictionary(PersistentAutoDictionary, Data, Size, MaxSize);
475 // Copy successful dictionary entries to PersistentAutoDictionary.
478 // PersistentAutoDictionary.AddWithSuccessCountOne(DE);
482 if (!PersistentAutoDictionary.ContainsWord(DE->GetW()))
483 PersistentAutoDictionary.push_back(*DE);
489 for (auto &DE : PersistentAutoDictionary)
H A DFuzzerMutate.h134 Dictionary PersistentAutoDictionary; member in class:fuzzer::MutationDispatcher

Completed in 258 milliseconds