Lines Matching defs:source
51 /// string used as start / end comment to annotate source
101 << "Output annotated source file with samples" << '\n';
280 /// here to avoid any interpretation of a source line as a symbol line
314 // source contain line of this form an ambiguity occur and we rely on
403 if (source)
617 // source
634 string const & source)
641 string const out_file = op_realpath(output_dir + source);
647 * source, then "source" should be canonical already, and
668 if (is_files_identical(out_file, source)) {
691 /* Locate a source file from debug info, which may be relative */
743 string const & source = locate_source_file(filenames[i]);
745 if (!filter.match(source))
748 ifstream in(source.c_str());
754 if (!in && source.length()) {
756 "reading: " << source << endl;
759 if (source.length())
760 output_one_file(in, filenames[i], source);
786 "source files" << endl;