Home
last modified time | relevance | path

Searched refs:finish_init_stmts (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c39 static tree finish_init_stmts (bool, tree, tree);
79 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt) in finish_init_stmts() function
1824 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt); in build_aggr_init()
4756 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt); in build_vec_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc40 static tree finish_init_stmts (bool, tree, tree);
79 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt) in finish_init_stmts() function
2046 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt); in build_aggr_init()
4912 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt); in build_vec_init()
H A DChangeLog-19991041 (finish_init_stmts): Likewise.
1821 * init.c (finish_init_stmts): Likewise.
2308 (finish_init_stmts): Mark the statement-expression as used.
2973 (finish_init_stmts): Likewise.
2978 (finish_init_stmts): Likewise.
3174 (finish_init_stmts): Likewise.
H A DChangeLog-20032059 * init.c (finish_init_stmts): Pass true to finish_stmt_expr. Don't
2544 * init.c (begin_init_stmts, finish_init_stmts,
2575 * cp-tree.h (begin_init_stmts, finish_init_stmts): Remove.
2579 (finish_init_stmts): Make static. Add is_global parm. Always
2581 (build_aggr_init): Adjust begin_init_stmts, finish_init_stmts calls.
H A DChangeLog-20002299 (finish_init_stmts): Remove call to genrtl_finish_compound_stmt.
2590 (finish_init_stmts): Likewise.
2889 (finish_init_stmts): Changed calls to finish_compound_expr and
4736 (finish_init_stmts): Likewise.
H A DChangeLog-20042543 * init.c (finish_init_stmts, build_zero_init,
4037 * init.c (finish_init_stmts, sort_mem_initializers,
H A DChangeLog-20113066 (finish_init_stmts): Likewise.
H A DChangeLog-20023201 (finish_init_stmts): Set STMT_EXPR_NO_SCOPE.