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

References

projects/compiler-rt/lib/fuzzer/FuzzerMutate.cpp
  385   size_t Off = Rand(Size - sizeof(T) + 1);
  388   if (Off < 64 && !Rand(4)) {
  390     if (Rand.RandBool())
  394     T Add = Rand(21);
  396     if (Rand.RandBool())
  400     if (Add == 0 || Rand.RandBool()) // Maybe negate.