Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/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.cc17719 finish_function_body (tree compstmt) in finish_function_body() argument
17721 if (compstmt == NULL_TREE) in finish_function_body()
17725 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.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c16882 finish_function_body (tree compstmt) in finish_function_body() argument
16884 if (compstmt == NULL_TREE) in finish_function_body()
16888 finish_compound_stmt (compstmt); in finish_function_body()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19999391 part of compstmt handling in primary.
9393 (compstmt_nostart): Renamed from compstmt; remove all
9395 (compstmt): New.
H A DChangeLog-200429141 the result of compstmt.
29143 (compstmt): Don't add_stmt the result.
29638 (finish_function): Remove compstmt rule workaround. Use statement
29660 (c99_block_end, compstmt): Use c_end_compound_stmt.
H A DFSFChangeLog.113716 (compstmt): Use new rule.
H A DChangeLog-2000494 (compstmt): Return the compound statement not the binding level.
H A DChangeLog-200232329 * c-parse.in (compstmt): Clear last_expr_type.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.113716 (compstmt): Use new rule.