Home
last modified time | relevance | path

Searched refs:FOR_EXPR (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddump.c445 dump_child ("expr", FOR_EXPR (t)); in cp_dump_tree()
H A Dcxx-pretty-print.c1679 if (FOR_EXPR (t)) in pp_cxx_statement()
1680 pp_cxx_expression (pp, FOR_EXPR (t)); in pp_cxx_statement()
H A Dcp-gimplify.c305 FOR_EXPR (stmt), FOR_ATTRIBUTES (stmt), 1, in gimplify_for_stmt()
H A Dcp-tree.def286 FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY and FOR_ATTRIBUTES
H A Dsemantics.c883 FOR_EXPR (for_stmt) = expr; in finish_for_expr()
H A Dcp-tree.h3131 #define FOR_EXPR(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 2) macro
H A Dpt.c8609 tmp = RECUR (FOR_EXPR (t)); in tsubst_expr()
H A DChangeLog-20003001 (FOR_EXPR): Likewise.
H A DChangeLog6066 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi1480 @findex FOR_EXPR
1678 termination condition. The @code{FOR_EXPR} is the expression executed
1682 return statements, while @code{FOR_COND} and @code{FOR_EXPR} return
/freebsd-12.1/contrib/gcc/
H A DChangeLog.tree-ssa16506 FOR_INIT_STMT and FOR_EXPR nodes.
18447 Add code to simplify the FOR_INIT_STMT, FOR_COND, FOR_EXPR.
19010 FOR_EXPR, even if the loop does not have an expression.
19019 Remove the special case for missing FOR_EXPR trees.
19201 Only create an edge from expr_bb to cond_bb if FOR_EXPR is
H A DChangeLog-200015965 (FOR_EXPR): Likewise.
16121 (FOR_EXPR): Likewise.
H A DChangeLog-200524778 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Likewise.