Home
last modified time | relevance | path

Searched refs:expand_stmt (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-semantics.c217 expand_stmt (TREE_PURPOSE (t));
408 expand_stmt (THEN_CLAUSE (t));
412 expand_stmt (ELSE_CLAUSE (t));
434 expand_stmt (WHILE_BODY (t));
455 expand_stmt (DO_BODY (t));
464 expand_stmt (DO_BODY (t));
517 expand_stmt (FOR_INIT_STMT (t));
538 expand_stmt (FOR_BODY (t));
649 expand_stmt (SWITCH_BODY (t));
701 expand_stmt (COMPOUND_BODY (t));
[all …]
H A Dc-common.h334 extern void expand_stmt PARAMS ((tree));
H A Dc-decl.c6686 expand_stmt (DECL_SAVED_TREE (fndecl));
H A Dc-common.c4311 expand_stmt (STMT_EXPR_STMT (exp));
H A DChangeLog.48294 (expand_stmt): Handle SCOPE_STMTs.
9030 (expand_stmt): Adjust calls to genrtl_return_stmt and
9357 (expand_stmt): Handle common statement types here.
15147 (expand_stmt): Add comment.
15197 (expand_stmt): Likewise.
15246 (expand_stmt): Define.
H A DChangeLog.78248 (expand_stmt): predict GOTO_STMT as not taken.
11914 (expand_stmt): Adjust.
14027 * c-semantics.c (expand_stmt): Handle CLEANUP_STMT.
19834 (expand_stmt): Handle seeing one.
21025 (expand_stmt) [EXPR_STMT]: Pass 1 as maybe_last to
H A DChangeLog6507 * c-semantics.c (expand_stmt): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c604 expand_stmt (TRY_STMTS (t));
613 expand_stmt (TRY_STMTS (t));
619 expand_stmt (TRY_HANDLERS (t));
626 expand_stmt (TRY_HANDLERS (t));
639 expand_stmt (EH_SPEC_STMTS (t));
750 expand_stmt (HANDLER_BODY (t));
2401 expand_stmt (DECL_SAVED_TREE (fn));
H A DChangeLog.2439 (expand_stmt): Don't call expand_start_bindings or
550 (expand_stmt): Handle CTOR_STMT, not CTOR_COMPLETE.
601 * semantics.c (expand_stmt): Handle it.
1116 (expand_stmt): Check SCOPE_PARTIAL_P.
1907 * semantics.c (expand_stmt): Initialize return value.
2368 (expand_stmt): Use it.
2379 (expand_stmt): Adjust calls to begin_switch_stmt and
2994 * semantics.c (expand_stmt): Likewise.
3102 (expand_stmt): Adjust accordingly.
3396 (expand_stmt): Likewise.
[all …]
H A DChangeLog12204 (expand_stmt): Likewise.
12255 (expand_stmt): Renamed to ...
13458 (expand_stmt): Never pass 1 as DONT_JUMP_IN to expand_end_bindings.
15384 * semantics.c (expand_stmt): Only leave out rtl for unused
15466 (expand_stmt): Don't emit unused local statics.
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-1999439 (expand_stmt): Don't call expand_start_bindings or
550 (expand_stmt): Handle CTOR_STMT, not CTOR_COMPLETE.
601 * semantics.c (expand_stmt): Handle it.
1116 (expand_stmt): Check SCOPE_PARTIAL_P.
1907 * semantics.c (expand_stmt): Initialize return value.
2368 (expand_stmt): Use it.
2379 (expand_stmt): Adjust calls to begin_switch_stmt and
2994 * semantics.c (expand_stmt): Likewise.
3102 (expand_stmt): Adjust accordingly.
3396 (expand_stmt): Likewise.
[all …]
H A DChangeLog.tree-ssa343 * semantics.c (expand_body): Call expand_stmt when
H A DChangeLog-20002332 (expand_stmt): Likewise.
2383 (expand_stmt): Renamed to ...
3586 (expand_stmt): Never pass 1 as DONT_JUMP_IN to expand_end_bindings.
5512 * semantics.c (expand_stmt): Only leave out rtl for unused
5594 (expand_stmt): Don't emit unused local statics.
/openbsd/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c930 expand_stmt (tree t ATTRIBUTE_UNUSED) in expand_stmt() function