Searched refs:last_annotated_node (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dtree.c3243 static GTY(()) source_locus last_annotated_node;
3279 last_annotated_node = EXPR_LOCUS (node);
3286 if (last_annotated_node
3287 && last_annotated_node->line == line
3288 && (last_annotated_node->file == file
3289 || !strcmp (last_annotated_node->file, file)))
3291 SET_EXPR_LOCUS (node, last_annotated_node);
3298 last_annotated_node = EXPR_LOCUS (node);
3223 static GTY(()) source_locus last_annotated_node; variable

Completed in 169 milliseconds