Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerMutate.cpp160 const Word &W = DE.GetW(); in AddWordFromDictionary()
239 if (!PersistentAutoDictionary.ContainsWord(DE->GetW())) in RecordSuccessfulMutationSequence()
240 PersistentAutoDictionary.push_back({DE->GetW(), 1}); in RecordSuccessfulMutationSequence()
247 if (!ManualDictionary.ContainsWord(DE.GetW())) in PrintRecommendedDictionary()
253 PrintASCII(DE.GetW(), "\""); in PrintRecommendedDictionary()
267 PrintASCII(DE->GetW(), "\"-"); in PrintMutationSequence()
DFuzzerInternal.h159 const Word &GetW() const { return W; } in GetW() function
184 return DE.GetW() == W; in ContainsWord()