Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMutate.cpp276 CurrentDictionaryEntrySequence.push_back(&DERef); in Mutate_AddWordFromTORC()
293 CurrentDictionaryEntrySequence.push_back(&DE); in AddWordFromDictionary()
454 CurrentDictionaryEntrySequence.clear(); in StartMutationSequence()
459 for (auto DE : CurrentDictionaryEntrySequence) { in RecordSuccessfulMutationSequence()
489 if (!CurrentDictionaryEntrySequence.empty()) { in PrintMutationSequence()
491 for (auto DE : CurrentDictionaryEntrySequence) { in PrintMutationSequence()
H A DFuzzerMutate.h137 Vector<DictionaryEntry *> CurrentDictionaryEntrySequence; variable