Lines Matching defs:donors
78 --donors=<donors.txt>
103 --donors=
107 donors are to be used.
236 } else if (0 == strncmp(cur_arg, "--donors=", sizeof("--donors=") - 1)) {
407 "The --donors argument is not compatible with --replay "
436 "Fuzzing requires that the --donors option is used.");
567 const std::string& donors,
576 std::ifstream donors_file(donors);
578 spvtools::Error(FuzzDiagnostic, nullptr, {}, "Error opening donors file");