Home
last modified time | relevance | path

Searched refs:DefaultMutators (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp30 DefaultMutators.insert( in MutationDispatcher()
31 DefaultMutators.begin(), in MutationDispatcher()
50 DefaultMutators.push_back( in MutationDispatcher()
56 Mutators = DefaultMutators; in MutationDispatcher()
537 return MutateImpl(Data, Size, MaxSize, DefaultMutators); in DefaultMutate()
H A DFuzzerMutate.h150 std::vector<Mutator> DefaultMutators; variable