Home
last modified time | relevance | path

Searched refs:add_stmt_to_compound (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree-inline.c125 static tree add_stmt_to_compound PARAMS ((tree, tree, tree));
755 init_stmts = add_stmt_to_compound (init_stmts, TREE_TYPE (p),
1241 BLOCK_EXPR_BODY (expr) = add_stmt_to_compound (BLOCK_EXPR_BODY (expr),
1321 = add_stmt_to_compound (BLOCK_EXPR_BODY (expr),
1338 = add_stmt_to_compound (BLOCK_EXPR_BODY (expr), void_type_node, label);
1362 = add_stmt_to_compound (BLOCK_EXPR_BODY (expr),
1901 add_stmt_to_compound (existing, type, stmt) in add_stmt_to_compound() function
DChangeLog15741 (add_stmt_to_compound): New function.
/openbsd/src/gnu/gcc/gcc/cp/
Dtree.c2281 add_stmt_to_compound (tree orig, tree new) in add_stmt_to_compound() function
2312 inits = add_stmt_to_compound (inits, init); in stabilize_call()
Ddecl.c5819 init = add_stmt_to_compound (begin, init); in expand_static_init()
5820 init = add_stmt_to_compound in expand_static_init()
5822 init = add_stmt_to_compound in expand_static_init()
5826 init = add_stmt_to_compound (init, set_guard (guard)); in expand_static_init()
5830 init = add_stmt_to_compound (init, register_dtor_fn (decl)); in expand_static_init()
Dcp-tree.h4370 extern tree add_stmt_to_compound (tree, tree);
DChangeLog-20042498 * tree.c (add_stmt_to_compound): New fn.
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.y201 static tree add_stmt_to_compound PARAMS ((tree, tree, tree));
1792 { $$ = add_stmt_to_compound (NULL_TREE, NULL_TREE, $1); }
1794 { $$ = add_stmt_to_compound ($1, NULL_TREE, $3); }
4485 compound = add_stmt_to_compound (compound, NULL_TREE, current);
7552 if ((c = add_stmt_to_compound (body, type, stmt)) == body)
7564 add_stmt_to_compound (existing, type, stmt) in add_stmt_to_compound() function
8927 compound = add_stmt_to_compound (compound, NULL_TREE, thisn_assign);
8931 compound = add_stmt_to_compound (compound, NULL_TREE,
8937 compound = add_stmt_to_compound (compound, NULL_TREE,
8946 compound = add_stmt_to_compound (compound, NULL_TREE, iii);
[all …]
Dparse.c441 static tree add_stmt_to_compound PARAMS ((tree, tree, tree));
4834 { yyval.node = add_stmt_to_compound (NULL_TREE, NULL_TREE, yyvsp[0].node); } in yyparse()
4839 { yyval.node = add_stmt_to_compound (yyvsp[-2].node, NULL_TREE, yyvsp[0].node); } in yyparse()
8050 compound = add_stmt_to_compound (compound, NULL_TREE, current);
11117 if ((c = add_stmt_to_compound (body, type, stmt)) == body)
11129 add_stmt_to_compound (existing, type, stmt) in add_stmt_to_compound() function
12492 compound = add_stmt_to_compound (compound, NULL_TREE, thisn_assign);
12496 compound = add_stmt_to_compound (compound, NULL_TREE,
12502 compound = add_stmt_to_compound (compound, NULL_TREE,
12511 compound = add_stmt_to_compound (compound, NULL_TREE, iii);
[all …]
DChangeLog623 (add_stmt_to_compound): Keep track of the number of statments.
10757 * parse.y (add_stmt_to_compound): Don't create/change extra node.
11629 try_reference_assignconv, add_stmt_to_compound,
12113 add_stmt_to_compound, patch_exit_expr, build_labeled_block,
12153 (java_method_add_stmt): Call add_stmt_to_compound.
12154 (add_stmt_to_compound): New function.