Searched refs:c_finish_stmt_expr (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 745 extern tree c_finish_stmt_expr (location_t, tree);
|
H A D | ChangeLog | 698 (c_finish_stmt_expr): Same. 1139 (c_process_expr_stmt, c_finish_stmt_expr): Also call 3106 * c-typeck.c (c_finish_stmt_expr): Ignore !TREE_SIDE_EFFECTS as 3157 * c-typeck (c_finish_stmt_expr): Skip begin stmts markers. 6509 c_finish_stmt_expr): Remove NULL last argument from
|
H A D | c-typeck.cc | 11405 c_finish_stmt_expr (location_t loc, tree body) in c_finish_stmt_expr() function
|
H A D | c-parser.cc | 9132 expr.value = c_finish_stmt_expr (brace_loc, stmt); in c_parser_postfix_expression()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 728 extern tree c_finish_stmt_expr (location_t, tree);
|
H A D | c-typeck.c | 11301 c_finish_stmt_expr (location_t loc, tree body) in c_finish_stmt_expr() function
|
H A D | c-parser.c | 9138 expr.value = c_finish_stmt_expr (brace_loc, stmt); in c_parser_postfix_expression()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2009 | 5164 * c-typeck.c (c_finish_stmt_expr): Do not wrap error_mark_node in 6574 * c-typeck.c (build_conditional_expr, c_finish_stmt_expr, 16676 * c-typeck.c (c_finish_stmt_expr): Replace EXPR_LOCUS by 19296 (c_finish_stmt_expr): Don't decrement blocked_stmt_expr in 19585 (c_finish_stmt_expr): Same. 19617 build_c_cast, build_asm_expr, c_end_compound_stmt, c_finish_stmt_expr, 19652 (c_finish_stmt_expr): New argument. 30899 (c_finish_stmt_expr): Create C_MAYBE_CONST_EXPR as needed to
|
H A D | ChangeLog-2004 | 19138 c_finish_bc_stmt, c_finish_stmt_expr, c_end_compound_stmt, 28286 (c_finish_stmt_expr): Likewise. 28724 (c_finish_stmt_expr): Work without EXPR_STMT. Handle eh regions. 29657 * c-parse.in (primary): Use c_finish_stmt_expr. 29680 (c_begin_stmt_expr, c_finish_stmt_expr): New.
|
H A D | ChangeLog-2005 | 9382 * c-typeck.c (c_finish_stmt_expr): Mark statement expression 23260 (c_begin_stmt_expr, c_finish_stmt_expr): Update for renamed 26955 (c_finish_stmt_expr): December blocked_stmt_expr. Mark labels
|
H A D | ChangeLog-2006 | 2673 (c_finish_stmt_expr): Same.
|
H A D | ChangeLog-2007 | 29368 (c_finish_stmt_expr): Don't check extra_warnings.
|