Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h64 size_t GetUseCount() const { return UseCount; } in GetUseCount() function
H A DFuzzerMutate.cpp480 Printf(" # Uses: %zd\n", DE.GetUseCount()); in PrintRecommendedDictionary()