HomeSort by: relevance | last modified time | path
    Searched refs:PersistentAutoDictionary (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMutate.cpp 282 return AddWordFromDictionary(PersistentAutoDictionary, Data, Size, MaxSize);
457 // Copy successful dictionary entries to PersistentAutoDictionary.
460 // PersistentAutoDictionary.AddWithSuccessCountOne(DE);
464 if (!PersistentAutoDictionary.ContainsWord(DE->GetW()))
465 PersistentAutoDictionary.push_back({DE->GetW(), 1});
471 for (auto &DE : PersistentAutoDictionary)
FuzzerMutate.h 135 Dictionary PersistentAutoDictionary;

Completed in 13 milliseconds