Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h193 void IncrementNumExecutedMutations() { NumExecutedMutations++; } in IncrementNumExecutedMutations() function
H A DFuzzerLoop.cpp754 Corpus.IncrementNumExecutedMutations(); in MutateAndTestOne()