Searched refs:annotate_with_file_line (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | ChangeLog.tree-ssa | 412 nodes. Use annotate_with_file_line to attach file/line information 432 using EXPR_WITH_FILE_LOCATION nodes. Use annotate_with_file_line 438 * semantics.c: Use annotate_with_file_line to annotate tree
|
H A D | decl.c | 11223 annotate_with_file_line (stmt, input_filename, 0); in finish_function()
|
H A D | ChangeLog | 6396 unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree.c | 3244 annotate_with_file_line (tree node, const char *file, int line) in annotate_with_file_line() function 3279 annotate_with_file_line (node, locus.file, locus.line); in annotate_with_locus()
|
H A D | tree.h | 3578 extern void annotate_with_file_line (tree, const char *, int);
|
H A D | c-decl.c | 6756 annotate_with_file_line (stmt, input_filename, 0); in finish_function()
|