Lines Matching refs:input
116 input = NamedTemporaryFile(delete=False, prefix="input-", suffix=".h")
117 input.close()
118 result = run_logged(["csmith", "-o", input.name] + shlex.split(args.csmith_args))
126 input.name
133 cat(input.name, title="Failing test case: {}".format(input.name))
138 creduce(args, input.name, result)
140 print_issue_template(args, input.name, predicate_command, result)
146 os.remove(input.name)