Searched refs:compstmt (Results 1 – 13 of 13) sorted by relevance
380 * cp-parse.y (primary): In statement expression case, if compstmt
570 * parse.y (function_body): Go back to using compstmt.3940 instead of compstmt.3941 (compstmt_or_stmtexpr): Renamed from compstmt.3942 (compstmt): In addition to compstmt_or_stmtexpr clear last_expr_type.
17719 finish_function_body (tree compstmt) in finish_function_body() argument17721 if (compstmt == NULL_TREE) in finish_function_body()17725 finish_compound_stmt (compstmt); in finish_function_body()
1492 (function_try_block): Use compstmt instead of compstmt_or_error.
1742 * parse.y (try_block): Simplify and use compstmt.
89 (compstmt, implicitly_scoped_stmt, stmt): Likewise.
16882 finish_function_body (tree compstmt) in finish_function_body() argument16884 if (compstmt == NULL_TREE) in finish_function_body()16888 finish_compound_stmt (compstmt); in finish_function_body()
9391 part of compstmt handling in primary.9393 (compstmt_nostart): Renamed from compstmt; remove all9395 (compstmt): New.
29141 the result of compstmt.29143 (compstmt): Don't add_stmt the result.29638 (finish_function): Remove compstmt rule workaround. Use statement29660 (c99_block_end, compstmt): Use c_end_compound_stmt.
3716 (compstmt): Use new rule.
494 (compstmt): Return the compound statement not the binding level.
32329 * c-parse.in (compstmt): Clear last_expr_type.