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

References

projects/compiler-rt/lib/fuzzer/FuzzerMutate.cpp
   63   if (Rand.RandBool()) return Rand(256);
  137   uint8_t Byte = Rand.RandBool() ? Rand(256) : (Rand.RandBool() ? 0 : 255);
  137   uint8_t Byte = Rand.RandBool() ? Rand(256) : (Rand.RandBool() ? 0 : 255);
  172   if (Rand.RandBool()) {  // Insert W.
  197   bool HandleFirst = Rand.RandBool();
  227   if (Rand.RandBool()) Arg1 = Bswap(Arg1);
  228   if (Rand.RandBool()) Arg2 = Bswap(Arg2);
  342   if (Size == MaxSize || Rand.RandBool())
  390     if (Rand.RandBool())
  396     if (Rand.RandBool())
  400     if (Add == 0 || Rand.RandBool()) // Maybe negate.