Home
last modified time | relevance | path

Searched refs:CurrentDictionaryEntrySequence (Results 1 – 4 of 4) 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
/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
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()
DFuzzerMutate.h136 std::vector<DictionaryEntry *> CurrentDictionaryEntrySequence; variable