Lines Matching full:included
48 #inclusion tree; everything else is #included from here. */
193 sources, where all the #included files have been substituted into
199 /* We want to treat positions in an #included file as coming *after* in compare_locations()
203 indicates whether the original position was from the #included in compare_locations()
273 /* They can't both be from #included files. Then we shouldn't in compare_locations()
277 /* Any #included position comes after a non-#included position in compare_locations()
359 /* Building and querying the tree of #included files. */
379 /* Free a source file, and all the source files it #included. */
423 const char *included) in macro_include() argument
436 /* Did we find another file already #included at the same line as in macro_include()
448 "both `%s' and `%s' allegedly #included at %s:%d", included, in macro_include()
464 new = new_source_file (source->table, included); in macro_include()