Lines Matching defs:file1
68 string file1;
204 << "usage: " << prog_name << " [options] [<file1> <file2>]\n"
208 << " --debug-info-dir1|--d1 <path> the root for the debug info of file1\n"
210 << " --headers-dir1|--hd1 <path> the path to headers of file1\n"
211 << " --header-file1|--hf1 <path> the path to one header of file1\n"
307 if (opts.file1.empty())
308 opts.file1 = argv[i];
367 else if (!strcmp(argv[i], "--header-file1")
857 if (reader.corpus_path() == opts.file1
1021 << "failed to read input file " << opts.file1 << "\n";
1090 << opts.file1
1170 if (!opts.file1.empty() && !opts.file2.empty())
1172 if (!check_file(opts.file1, cerr))
1180 t1_type = guess_file_type(opts.file1);
1206 files_suppressed = (file_is_suppressed(opts.file1, supprs)
1219 << "Unknown content type for file " << opts.file1 << "\n";
1223 t1 = abixml::read_translation_unit_from_file(opts.file1,
1235 create_best_elf_based_reader(opts.file1,
1256 abixml::create_reader(opts.file1, env);
1268 abixml::create_reader(opts.file1,
1398 emit_incompatible_format_version_error_message(opts.file1,
1432 emit_incompatible_format_version_error_message(opts.file1,