Home
last modified time | relevance | path

Searched refs:compstmt (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-parse.in211 %type <ttype> compstmt compstmt_start compstmt_nostart compstmt_primary_start
1600 save_filename save_lineno compstmt
1631 save_filename save_lineno compstmt
2098 in compstmt: RECHAIN_STMTS ($1, COMPOUND_BODY ($1)); $$ = $2; where
2142 compstmt
2144 | error compstmt
2184 compstmt: compstmt_start compstmt_nostart
2366 compstmt
H A DChangeLog.29391 part of compstmt handling in primary.
9393 (compstmt_nostart): Renamed from compstmt; remove all
9395 (compstmt): New.
H A DChangeLog.4488 (compstmt): Return the compound statement not the binding level.
H A DFSFChangeLog.113716 (compstmt): Use new rule.
H A DChangeLog.717882 * c-parse.in (compstmt): Clear last_expr_type.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y3404 compstmt:
3421 compstmt
3431 compstmt
3574 compstmt
3599 compstmt
H A Ddecl.c14932 finish_function_body (compstmt) in finish_function_body() argument
14933 tree compstmt; in finish_function_body()
14936 finish_compound_stmt (0, compstmt);
H A DChangeLog5343 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.
H A DChangeLog.11391 * parse.y (try_block): Simplify and use compstmt.
9225 * cp-parse.y (primary): In statement expression case, if compstmt
H A DChangeLog.215163 (function_try_block): Use compstmt instead of compstmt_or_error.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-1993380 * cp-parse.y (primary): In statement expression case, if compstmt
H A DChangeLog-2002570 * 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.
H A Ddecl.c11131 finish_function_body (tree compstmt) in finish_function_body() argument
11133 if (compstmt == NULL_TREE) in finish_function_body()
11137 finish_compound_stmt (compstmt); in finish_function_body()
H A DChangeLog-19971492 (function_try_block): Use compstmt instead of compstmt_or_error.
H A DChangeLog-19951742 * parse.y (try_block): Simplify and use compstmt.
H A DChangeLog-200089 (compstmt, implicitly_scoped_stmt, stmt): Likewise.