Searched refs:COMPOUND_BODY (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree-inline.c | 1229 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 D | c-dump.c | 102 dump_child ("body", COMPOUND_BODY (t));
|
H A D | c-objc-common.c | 348 RECHAIN_STMTS (body, COMPOUND_BODY (body));
|
H A D | c-common.def | 40 COMPOUND_BODY. */
|
H A D | c-semantics.c | 701 expand_stmt (COMPOUND_BODY (t));
|
H A D | c-parse.in | 690 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 D | c-common.h | 1014 #define COMPOUND_BODY(NODE) TREE_OPERAND (COMPOUND_STMT_CHECK (NODE), 0) macro
|
H A D | c-pretty-print.c | 1280 for (stmt = COMPOUND_BODY (stmt); stmt; stmt = TREE_CHAIN (stmt))
|
H A D | c-common.c | 4280 && TREE_CODE (COMPOUND_BODY (STMT_EXPR_STMT (exp))) == SCOPE_STMT) 4282 tree expr = COMPOUND_BODY (STMT_EXPR_STMT (exp));
|
H A D | c-typeck.c | 2608 t=COMPOUND_BODY (STMT_EXPR_STMT (t));
|
H A D | ChangeLog.3 | 706 (COMPOUND_BODY): Likewise. 862 (COMPOUND_BODY): Likewise.
|
H A D | ChangeLog.5 | 763 * doc/c-tree.texi: Document COMPOUND_BODY of an empty
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck2.c | 390 split_nonconstant_init_1 (dest, init, &COMPOUND_BODY (code)); in split_nonconstant_init()
|
H A D | semantics.c | 865 RECHAIN_STMTS (compound_stmt, COMPOUND_BODY (compound_stmt));
|
H A D | pt.c | 7810 tsubst_expr (COMPOUND_BODY (t), args, complain, in_decl);
|
H A D | ChangeLog | 12880 (COMPOUND_BODY): Likewise.
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | c-tree.texi | 1280 @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 D | ChangeLog-2000 | 3008 (COMPOUND_BODY): Likewise.
|