Searched refs:begin_init_stmts (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | init.c | 38 static bool begin_init_stmts (tree *, tree *); 65 begin_init_stmts (tree *stmt_expr_p, tree *compound_stmt_p) in begin_init_stmts() function 1819 is_global = begin_init_stmts (&stmt_expr, &compound_stmt); in build_aggr_init() 4377 is_global = begin_init_stmts (&stmt_expr, &compound_stmt); in build_vec_init()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | init.cc | 39 static bool begin_init_stmts (tree *, tree *); 65 begin_init_stmts (tree *stmt_expr_p, tree *compound_stmt_p) in begin_init_stmts() function 2041 is_global = begin_init_stmts (&stmt_expr, &compound_stmt); in build_aggr_init() 4503 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-2011 | 3065 * init.c (begin_init_stmts): Likewise.
|
| H A D | ChangeLog-2002 | 3200 * init.c (begin_init_stmts): Remove commented out code.
|