Searched refs:begin_init_stmts (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | init.c | 39 static bool begin_init_stmts (tree *, tree *); 69 begin_init_stmts (tree *stmt_expr_p, tree *compound_stmt_p) in begin_init_stmts() function 1138 is_global = begin_init_stmts (&stmt_expr, &compound_stmt); in build_aggr_init() 2482 is_global = begin_init_stmts (&stmt_expr, &compound_stmt); in build_vec_init()
|
H A D | ChangeLog-2000 | 1031 * init.c (begin_init_stmts): Don't use // comments. 2297 * init.c (begin_init_stmts): Remove call to 2589 * init.c (begin_init_stmts): Adjust calls. 2886 * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and 4735 * init.c (begin_init_stmts): Move to top of file.
|
H A D | ChangeLog-2003 | 2544 * init.c (begin_init_stmts, finish_init_stmts, 2575 * cp-tree.h (begin_init_stmts, finish_init_stmts): Remove. 2577 * init.c (begin_init_stmts): Make static. Return is_global 2581 (build_aggr_init): Adjust begin_init_stmts, finish_init_stmts calls.
|
H A D | ChangeLog-1999 | 1040 (begin_init_stmts): Likewise. 2972 * cp-tree.h (begin_init_stmts): Declare. 2977 * init.c (begin_init_stmts): Don't make it static. 3173 (begin_init_stmts): Likewise.
|
H A D | ChangeLog-2002 | 3200 * init.c (begin_init_stmts): Remove commented out code.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | init.c | 68 begin_init_stmts (stmt_expr_p, compound_stmt_p) in begin_init_stmts() function 1136 begin_init_stmts (&stmt_expr, &compound_stmt); 2813 begin_init_stmts (&stmt_expr, &compound_stmt);
|
H A D | cp-tree.h | 4003 extern void begin_init_stmts PARAMS ((tree *, tree *));
|
H A D | ChangeLog | 4603 * init.c (begin_init_stmts): Remove commented out code. 10903 * init.c (begin_init_stmts): Don't use // comments. 12169 * init.c (begin_init_stmts): Remove call to 12461 * init.c (begin_init_stmts): Adjust calls. 12758 * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and 14607 * init.c (begin_init_stmts): Move to top of file.
|
H A D | ChangeLog.2 | 1040 (begin_init_stmts): Likewise. 2972 * cp-tree.h (begin_init_stmts): Declare. 2977 * init.c (begin_init_stmts): Don't make it static. 3173 (begin_init_stmts): Likewise.
|