Home
last modified time | relevance | path

Searched refs:AddWordToManualDictionary (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMutate.h88 void AddWordToManualDictionary(const Word &W);
H A DFuzzerMutate.cpp557 void MutationDispatcher::AddWordToManualDictionary(const Word &W) { in AddWordToManualDictionary() function in fuzzer::MutationDispatcher
H A DFuzzerDriver.cpp649 MD->AddWordToManualDictionary(Word(U.data(), U.size())); in FuzzerDriver()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp422 MD->AddWordToManualDictionary(Word(Word1, sizeof(Word1))); in TestAddWordFromDictionary()
423 MD->AddWordToManualDictionary(Word(Word2, sizeof(Word2))); in TestAddWordFromDictionary()