Home
last modified time | relevance | path

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

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