Searched refs:compstmt (Results 1 – 16 of 16) sorted by relevance
211 %type <ttype> compstmt compstmt_start compstmt_nostart compstmt_primary_start1600 save_filename save_lineno compstmt1631 save_filename save_lineno compstmt2098 in compstmt: RECHAIN_STMTS ($1, COMPOUND_BODY ($1)); $$ = $2; where2142 compstmt2144 | error compstmt2184 compstmt: compstmt_start compstmt_nostart2366 compstmt
9391 part of compstmt handling in primary.9393 (compstmt_nostart): Renamed from compstmt; remove all9395 (compstmt): New.
488 (compstmt): Return the compound statement not the binding level.
3716 (compstmt): Use new rule.
17882 * c-parse.in (compstmt): Clear last_expr_type.
3404 compstmt:3421 compstmt3431 compstmt3574 compstmt3599 compstmt
14932 finish_function_body (compstmt) in finish_function_body() argument14933 tree compstmt; in finish_function_body()14936 finish_compound_stmt (0, compstmt);
5343 instead of compstmt.5344 (compstmt_or_stmtexpr): Renamed from compstmt.5345 (compstmt): In addition to compstmt_or_stmtexpr clear last_expr_type.9961 (compstmt, implicitly_scoped_stmt, stmt): Likewise.
1391 * parse.y (try_block): Simplify and use compstmt.9225 * cp-parse.y (primary): In statement expression case, if compstmt
15163 (function_try_block): Use compstmt instead of compstmt_or_error.
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.
11131 finish_function_body (tree compstmt) in finish_function_body() argument11133 if (compstmt == NULL_TREE) in finish_function_body()11137 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.