Home
last modified time | relevance | path

Searched refs:begin_stmt_expr (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c1149 begin_stmt_expr () in begin_stmt_expr() function
H A Dinit.c73 *stmt_expr_p = begin_stmt_expr ();
H A Dparse.y1643 $<ttype>$ = begin_stmt_expr ();
H A Dcp-tree.h4241 extern tree begin_stmt_expr PARAMS ((void));
H A Dpt.c7487 tree stmt_expr = begin_stmt_expr ();
H A DChangeLog.21366 (begin_stmt_expr): Handle a statement-expression outsidef of a
3471 (begin_stmt_expr): Use building_stmt_tree.
11728 * semantics.c (begin_stmt_expr): Avoid duplicating the effect of
12176 * pt.c (tsubst_copy): Use begin_stmt_expr and finish_stmt_expr.
H A DChangeLog12752 (begin_stmt_expr): Likewise.
12758 * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and
/openbsd/gnu/gcc/gcc/cp/
H A Dinit.c73 *stmt_expr_p = begin_stmt_expr (); in begin_init_stmts()
H A Dsemantics.c1610 begin_stmt_expr (void) in begin_stmt_expr() function
H A Dcp-tree.h4305 extern tree begin_stmt_expr (void);
H A DChangeLog-20031249 (begin_stmt_expr): Likewise.
2422 (begin_stmt_expr): Clear last_expr_type.
2578 value. Always call begin_stmt_expr.
H A DChangeLog-19991366 (begin_stmt_expr): Handle a statement-expression outsidef of a
3471 (begin_stmt_expr): Use building_stmt_tree.
H A DChangeLog-20002880 (begin_stmt_expr): Likewise.
2886 * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and
H A DChangeLog-19984940 * semantics.c (begin_stmt_expr): Avoid duplicating the effect of
5388 * pt.c (tsubst_copy): Use begin_stmt_expr and finish_stmt_expr.
H A Dpt.c9430 tree stmt_expr = begin_stmt_expr (); in tsubst_copy_and_build()
H A Dparser.c3021 expr = begin_stmt_expr (); in cp_parser_primary_expression()
H A DChangeLog-20044833 begin_stmt_expr, finish_stmt_expr_expr, finish_stmt_expr): Rewrite