reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/fuzzer/FuzzerDefs.h
  163 class Random;

References

projects/compiler-rt/lib/fuzzer/FuzzerCorpus.h
  170   InputInfo &ChooseUnitToMutate(Random &Rand) {
projects/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
  731   Random Rand(Seed);
projects/compiler-rt/lib/fuzzer/FuzzerFork.cpp
   98   Random *Rand;
  283 void FuzzWithFork(Random &Rand, const FuzzingOptions &Options,
projects/compiler-rt/lib/fuzzer/FuzzerFork.h
   19 void FuzzWithFork(Random &Rand, const FuzzingOptions &Options,
projects/compiler-rt/lib/fuzzer/FuzzerMutate.cpp
   26 MutationDispatcher::MutationDispatcher(Random &Rand,
   62 static char RandCh(Random &Rand) {
  383 size_t ChangeBinaryInteger(uint8_t *Data, size_t Size, Random &Rand) {
projects/compiler-rt/lib/fuzzer/FuzzerMutate.h
   23   MutationDispatcher(Random &Rand, const FuzzingOptions &Options);
   93   Random &GetRand() { return Rand; }
  124   Random &Rand;