Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerMutate.cpp175 CurrentDictionaryEntrySequence.push_back(&DE); in AddWordFromDictionary()
230 CurrentDictionaryEntrySequence.clear(); in StartMutationSequence()
235 for (auto DE : CurrentDictionaryEntrySequence) { in RecordSuccessfulMutationSequence()
263 if (!CurrentDictionaryEntrySequence.empty()) { in PrintMutationSequence()
265 for (auto DE : CurrentDictionaryEntrySequence) { in PrintMutationSequence()
DFuzzerInternal.h328 std::vector<DictionaryEntry *> CurrentDictionaryEntrySequence; variable