Home
last modified time | relevance | path

Searched refs:begin_init_stmts (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c38 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 Dinit.cc39 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 DChangeLog-20001031 * 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 DChangeLog-20032544 * 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 DChangeLog-19991040 (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 DChangeLog-20113065 * init.c (begin_init_stmts): Likewise.
H A DChangeLog-20023200 * init.c (begin_init_stmts): Remove commented out code.