Home
last modified time | relevance | path

Searched refs:COMPOUND_BODY (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree-inline.c1229 COMPOUND_BODY (stmt) = chainon (COMPOUND_BODY (stmt), arg_inits);
1281 TREE_CHAIN (scope_stmt) = COMPOUND_BODY (stmt);
1282 COMPOUND_BODY (stmt) = scope_stmt;
1290 COMPOUND_BODY (stmt)
1291 = chainon (COMPOUND_BODY (stmt),
1310 inlined_body = &COMPOUND_BODY (stmt);
1331 COMPOUND_BODY (stmt)
1332 = chainon (COMPOUND_BODY (stmt),
1346 COMPOUND_BODY (stmt) = chainon (COMPOUND_BODY (stmt), use_stmt);
1352 COMPOUND_BODY (stmt)
[all …]
H A Dc-dump.c102 dump_child ("body", COMPOUND_BODY (t));
H A Dc-objc-common.c348 RECHAIN_STMTS (body, COMPOUND_BODY (body));
H A Dc-common.def40 COMPOUND_BODY. */
H A Dc-semantics.c701 expand_stmt (COMPOUND_BODY (t));
H A Dc-parse.in690 saved_last_tree = COMPOUND_BODY ($1);
691 RECHAIN_STMTS ($1, COMPOUND_BODY ($1));
702 last_tree = COMPOUND_BODY ($1);
2098 in compstmt: RECHAIN_STMTS ($1, COMPOUND_BODY ($1)); $$ = $2; where
2185 { RECHAIN_STMTS ($1, COMPOUND_BODY ($1));
2263 RECHAIN_STMTS ($1, COMPOUND_BODY ($1)); }
2373 RECHAIN_STMTS ($1, COMPOUND_BODY ($1));
H A Dc-common.h1014 #define COMPOUND_BODY(NODE) TREE_OPERAND (COMPOUND_STMT_CHECK (NODE), 0) macro
H A Dc-pretty-print.c1280 for (stmt = COMPOUND_BODY (stmt); stmt; stmt = TREE_CHAIN (stmt))
H A Dc-common.c4280 && TREE_CODE (COMPOUND_BODY (STMT_EXPR_STMT (exp))) == SCOPE_STMT)
4282 tree expr = COMPOUND_BODY (STMT_EXPR_STMT (exp));
H A Dc-typeck.c2608 t=COMPOUND_BODY (STMT_EXPR_STMT (t));
H A DChangeLog.3706 (COMPOUND_BODY): Likewise.
862 (COMPOUND_BODY): Likewise.
H A DChangeLog.5763 * doc/c-tree.texi: Document COMPOUND_BODY of an empty
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c390 split_nonconstant_init_1 (dest, init, &COMPOUND_BODY (code)); in split_nonconstant_init()
H A Dsemantics.c865 RECHAIN_STMTS (compound_stmt, COMPOUND_BODY (compound_stmt));
H A Dpt.c7810 tsubst_expr (COMPOUND_BODY (t), args, complain, in_decl);
H A DChangeLog12880 (COMPOUND_BODY): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1280 @findex COMPOUND_BODY
1476 given by @code{COMPOUND_BODY}. Subsequent substatements are found by
1478 The @code{COMPOUND_BODY} will be @code{NULL_TREE} if there are no
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-20003008 (COMPOUND_BODY): Likewise.