Searched refs:c_gimplify_expr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-objc-common.h | 135 #define LANG_HOOKS_GIMPLIFY_EXPR c_gimplify_expr
|
| H A D | c-gimplify.c | 201 c_gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p ATTRIBUTE_UNUSED) in c_gimplify_expr() function
|
| H A D | c-common.h | 871 extern int c_gimplify_expr (tree *, tree *, tree *);
|
| H A D | ChangeLog-2004 | 27695 (c_gimplify_expr, case DECL_EXPR): New case. 27696 (c_gimplify_expr, case DECL_STMT): Deleted. 28402 (c_gimplify_expr, case COMPOUND_LITERAL_EXPR): Add arg to 28573 (c_gimplify_expr): Remove RETURN_STMT. 28844 (c_genericize, c_gimplify_expr): Don't call them. 28903 (c_gimplify_expr): ... here. Don't play with prep_stmt. 29650 (c_gimplify_expr): Remove STMT_EXPR handling. 33224 (c_do_switch_warnings, c_gimplify_expr, c_walk_subtrees,
|
| H A D | ChangeLog.tree-ssa | 5908 (c_gimplify_expr): Pass back the gimplify_status of subroutines. 6700 (c_gimplify_expr): Return gimplify_status.
|
| H A D | ChangeLog-2005 | 21937 (c_gimplify_expr): Remove EXPR_STMT case. 24793 (c_gimplify_expr): Remove handling of FOR_STMT, WHILE_STMT,
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cp-gimplify.c | 621 ret = c_gimplify_expr (expr_p, pre_p, post_p); in cp_gimplify_expr()
|