Searched defs:MD (Results 1 - 4 of 4) sorted by relevance

/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerInternal.h136 MutationDispatcher &MD; member in class:fuzzer::Fuzzer
H A DFuzzerDriver.cpp643 auto *MD = new MutationDispatcher(Rand, Options); local in function:fuzzer::FuzzerDriver
H A DFuzzerLoop.cpp141 Fuzzer::Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD, argument
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp50 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TEST
138 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TestEraseBytes
174 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TestInsertByte
210 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TestInsertRepeatedBytes
254 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TestChangeByte
290 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TestChangeBit
326 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TestShuffleBytes
356 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TestCopyPart
406 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TEST
419 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TestAddWordFromDictionary
461 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TestChangeASCIIInteger
493 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {})); local in function:TestChangeBinaryInteger
[all...]

Completed in 6 milliseconds