Home | History | Annotate | Download | only in checker

Lines Matching defs:args

98   args = ParseArguments()
100 if args.quiet:
103 if args.list_passes:
104 ListPasses(args.tested_file)
105 elif args.dump_pass:
106 DumpPass(args.tested_file, args.dump_pass)
108 RunTests(args.check_prefix, args.source_path, args.tested_file, args.arch, args.debuggable)