Searched defs:MD (Results 1 - 4 of 4) sorted by relevance
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerInternal.h | 136 MutationDispatcher &MD; member in class:fuzzer::Fuzzer
|
| H A D | FuzzerDriver.cpp | 643 auto *MD = new MutationDispatcher(Rand, Options); local in function:fuzzer::FuzzerDriver
|
| H A D | FuzzerLoop.cpp | 141 Fuzzer::Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD, argument [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/ |
| H A D | FuzzerUnittest.cpp | 50 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