Home
last modified time | relevance | path

Searched refs:PersistentAutoDictionary (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/llvm/lib/Fuzzer/
H A DFuzzerMutate.cpp153 return AddWordFromDictionary(PersistentAutoDictionary, Data, Size, MaxSize); in Mutate_AddWordFromPersistentAutoDictionary()
239 if (!PersistentAutoDictionary.ContainsWord(DE->GetW())) in RecordSuccessfulMutationSequence()
240 PersistentAutoDictionary.push_back({DE->GetW(), 1}); in RecordSuccessfulMutationSequence()
246 for (auto &DE : PersistentAutoDictionary) in PrintRecommendedDictionary()
H A DFuzzerInternal.h326 Dictionary PersistentAutoDictionary; variable
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerMutate.cpp300 return AddWordFromDictionary(PersistentAutoDictionary, Data, Size, MaxSize); in Mutate_AddWordFromPersistentAutoDictionary()
482 if (!PersistentAutoDictionary.ContainsWord(DE->GetW())) in RecordSuccessfulMutationSequence()
483 PersistentAutoDictionary.push_back(*DE); in RecordSuccessfulMutationSequence()
489 for (auto &DE : PersistentAutoDictionary) in PrintRecommendedDictionary()
DFuzzerMutate.h134 Dictionary PersistentAutoDictionary; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerMutate.h134 Dictionary PersistentAutoDictionary; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerMutate.h134 Dictionary PersistentAutoDictionary; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerMutate.h134 Dictionary PersistentAutoDictionary; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerMutate.h134 Dictionary PersistentAutoDictionary; variable