Searched refs:FOR_EXPR (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | dump.c | 445 dump_child ("expr", FOR_EXPR (t)); in cp_dump_tree()
|
| H A D | cxx-pretty-print.c | 1679 if (FOR_EXPR (t)) in pp_cxx_statement() 1680 pp_cxx_expression (pp, FOR_EXPR (t)); in pp_cxx_statement()
|
| H A D | cp-gimplify.c | 305 FOR_EXPR (stmt), FOR_ATTRIBUTES (stmt), 1, in gimplify_for_stmt()
|
| H A D | cp-tree.def | 286 FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY and FOR_ATTRIBUTES
|
| H A D | semantics.c | 883 FOR_EXPR (for_stmt) = expr; in finish_for_expr()
|
| H A D | cp-tree.h | 3131 #define FOR_EXPR(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 2) macro
|
| H A D | pt.c | 8609 tmp = RECUR (FOR_EXPR (t)); in tsubst_expr()
|
| H A D | ChangeLog-2000 | 3001 (FOR_EXPR): Likewise.
|
| H A D | ChangeLog | 6066 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | c-tree.texi | 1480 @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 D | ChangeLog.tree-ssa | 16506 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 D | ChangeLog-2000 | 15965 (FOR_EXPR): Likewise. 16121 (FOR_EXPR): Likewise.
|
| H A D | ChangeLog-2005 | 24778 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Likewise.
|