Home
last modified time | relevance | path

Searched refs:ChooseUnitIdxToMutate (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Fuzzer/
DFuzzerInternal.h372 size_t ChooseUnitIdxToMutate();
373 const Unit &ChooseUnitToMutate() { return Corpus[ChooseUnitIdxToMutate()]; }; in ChooseUnitToMutate()
DFuzzerLoop.cpp670 size_t Fuzzer::ChooseUnitIdxToMutate() { in ChooseUnitIdxToMutate() function in fuzzer::Fuzzer
/external/llvm/lib/Fuzzer/test/
DFuzzerUnittest.cpp443 Hist[Fuzz.ChooseUnitIdxToMutate()]++; in TEST()