Home
last modified time | relevance | path

Searched refs:COMPOUND_STMT (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c100 case COMPOUND_STMT:
H A Dc-common.def41 DEFTREECODE (COMPOUND_STMT, "compound_stmt", 'e', 1)
H A Dc-semantics.c814 case COMPOUND_STMT:
H A Dc-pretty-print.c1277 case COMPOUND_STMT:
H A Dtree-inline.c1201 expr = build1 (STMT_EXPR, TREE_TYPE (TREE_TYPE (fn)), make_node (COMPOUND_STMT));
H A Dc-common.c1069 body = build_stmt (COMPOUND_STMT, body); in finish_fname_decls()
3942 case COMPOUND_STMT:
4279 && TREE_CODE (STMT_EXPR_STMT (exp)) == COMPOUND_STMT
H A Dc-decl.c7002 stmt = add_stmt (build_stmt (COMPOUND_STMT, NULL_TREE)); in c_begin_compound_stmt()
H A Dc-parse.in2179 $$ = add_stmt (build_stmt (COMPOUND_STMT, last_tree));
H A DChangeLog.74267 expression we generate have a COMPOUND_STMT.
18027 EXPR_STMT, but COMPOUND_STMT, recurse into it.
19345 consistency if this COMPOUND_STMT is scoped.
H A DChangeLog.3717 COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
882 ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
H A DChangeLog.5764 COMPOUND_STMT.
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c191 COMPOUND_STMT, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1279 @tindex COMPOUND_STMT
1334 function. This node will usually be a @code{COMPOUND_STMT} representing
1473 @item COMPOUND_STMT
1552 parameter, and @code{HANDLER_BODY} is the @code{COMPOUND_STMT} for the
2170 contained in the expression; this is always a @code{COMPOUND_STMT}. The
2172 @code{COMPOUND_STMT}. More precisely, the value is the value computed
2174 @code{COMPOUND_STMT}. For example, in:
2182 (represented by a nested @code{COMPOUND_STMT}), there is no value. If
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c389 code = build_stmt (COMPOUND_STMT, NULL_TREE); in split_nonconstant_init()
H A Dsemantics.c821 r = build_stmt (COMPOUND_STMT, NULL_TREE);
H A Dpt.c7802 case COMPOUND_STMT:
H A Ddecl.c15037 DECL_SAVED_TREE (fndecl) = build_stmt (COMPOUND_STMT, NULL_TREE);
H A DChangeLog7038 Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
12900 ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py1099 CursorKind.COMPOUND_STMT = CursorKind(202)
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20044750 * pt.c (tsubst_expr): Use BIND_EXPR instead of COMPOUND_STMT.
4752 (finish_stmt_expr): Don't look through COMPOUND_STMT.
H A DChangeLog-20011061 Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
H A DChangeLog-20003028 ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,