Searched refs:annotate_all_with_locus (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-gimple.h | 36 extern void annotate_all_with_locus (tree *, location_t);
|
H A D | tree-sra.c | 1924 annotate_all_with_locus (&list, EXPR_LOCATION (stmt)); in sra_insert_before() 1936 annotate_all_with_locus (&list, EXPR_LOCATION (stmt)); in sra_insert_after()
|
H A D | gimplify.c | 778 annotate_all_with_locus (tree *stmt_p, location_t locus) in annotate_all_with_locus() function 5987 annotate_all_with_locus (&internal_pre, input_location); in gimplify_expr() 5993 annotate_all_with_locus (expr_p, input_location); in gimplify_expr() 6067 annotate_all_with_locus (&internal_post, input_location); in gimplify_expr()
|
H A D | tree-ssa-ccp.c | 2504 annotate_all_with_locus (&stmts, EXPR_LOCATION (stmt)); in convert_to_gimple_builtin()
|
H A D | tree-nested.c | 1878 annotate_all_with_locus (&stmt_list, in finalize_nesting_tree_1()
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | cp-gimplify.c | 257 annotate_all_with_locus (&stmt_list, stmt_locus); in gimplify_cp_loop()
|