Home | History | Annotate | Download | only in libpp

Lines Matching defs:file

2  * @file format_output.cpp
6 * @remark Read the file COPYING
74 bool extract_linenr_info(string const & info, string & file, size_t & line)
77 file = "";
83 file = info.substr(0, colon_pos);
666 // for spu since oparchive doesn't archive the real file but
816 // source file. this can happen with inlined functions in
918 string file;
921 if (extract_linenr_info(str, file, line)) {
925 out << init_attr(tag, file);