Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp294 CurrentDictionaryEntrySequence.push_back(&DERef); in Mutate_AddWordFromTORC()
311 CurrentDictionaryEntrySequence.push_back(&DE); in AddWordFromDictionary()
472 CurrentDictionaryEntrySequence.clear(); in StartMutationSequence()
477 for (auto DE : CurrentDictionaryEntrySequence) { in RecordSuccessfulMutationSequence()
510 if (!CurrentDictionaryEntrySequence.empty()) { in PrintMutationSequence()
512 EntriesToPrint = Verbose ? CurrentDictionaryEntrySequence.size() in PrintMutationSequence()
514 CurrentDictionaryEntrySequence.size()); in PrintMutationSequence()
517 PrintASCII(CurrentDictionaryEntrySequence[i]->GetW(), "\"-"); in PrintMutationSequence()
H A DFuzzerMutate.h136 std::vector<DictionaryEntry *> CurrentDictionaryEntrySequence; variable