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

References

lib/FuzzMutate/IRMutator.cpp
   39   auto RS = makeSampler<Function *>(IB.Rand);
   61   auto RS = makeSampler<IRMutationStrategy *>(IB.Rand);
  154   auto RS = makeSampler<Instruction *>(IB.Rand);
  185   auto RS = makeSampler<Value *>(IB.Rand);
lib/FuzzMutate/RandomIRBuilder.cpp
   44   auto RS = makeSampler<Value *>(Rand);
   97   auto RS = makeSampler<Use *>(Rand);