Searched refs:CurrentMutatorSequence (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMutate.cpp453 CurrentMutatorSequence.clear();
486 Printf("MS: %zd ", CurrentMutatorSequence.size());
487 for (auto M : CurrentMutatorSequence)
521 CurrentMutatorSequence.push_back(M);
H A DFuzzerMutate.h152 Vector<Mutator> CurrentMutatorSequence; member in class:fuzzer::MutationDispatcher

Completed in 98 milliseconds