Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp186 const Word &W = DE.GetW(); in ApplyDictionaryEntry()
287 if (!DE.GetW().size()) return 0; in Mutate_AddWordFromTORC()
480 assert(DE->GetW().size()); in RecordSuccessfulMutationSequence()
482 if (!PersistentAutoDictionary.ContainsWord(DE->GetW())) in RecordSuccessfulMutationSequence()
490 if (!ManualDictionary.ContainsWord(DE.GetW())) in PrintRecommendedDictionary()
495 assert(DE.GetW().size()); in PrintRecommendedDictionary()
497 PrintASCII(DE.GetW(), "\""); in PrintRecommendedDictionary()
517 PrintASCII(CurrentDictionaryEntrySequence[i]->GetW(), "\"-"); in PrintMutationSequence()
H A DFuzzerDictionary.h57 const Word &GetW() const { return W; } in GetW() function
91 return DE.GetW() == W; in ContainsWord()