Lines Matching full:lm
129 - line_map const* lm (linemap_lookup (line_table, l));
130 + line_map_type const* lm (
134 if (lm != 0 && !MAIN_FILE_P (lm))
165 - line_map const* lm (j->first);
166 + line_map_type const* lm (j->first);
167 cerr << '\t' << lm->to_file << ":" << LAST_SOURCE_LINE (lm) << endl;
181 - line_map const* lm (j->first);
182 + line_map_type const* lm (j->first);
184 if (MAIN_FILE_P (lm))
190 - line_map const* lm (j->first);
191 + line_map_type const* lm (j->first);
194 string f (lm->to_file);