Home
last modified time | relevance | path

Searched refs:c_gimplify_expr (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-objc-common.h135 #define LANG_HOOKS_GIMPLIFY_EXPR c_gimplify_expr
H A Dc-gimplify.c201 c_gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p ATTRIBUTE_UNUSED) in c_gimplify_expr() function
H A Dc-common.h871 extern int c_gimplify_expr (tree *, tree *, tree *);
H A DChangeLog-200427695 (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 DChangeLog.tree-ssa5908 (c_gimplify_expr): Pass back the gimplify_status of subroutines.
6700 (c_gimplify_expr): Return gimplify_status.
H A DChangeLog-200521937 (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 Dcp-gimplify.c621 ret = c_gimplify_expr (expr_p, pre_p, post_p); in cp_gimplify_expr()