Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-dump.cc67 dump_child ("expr", FOR_EXPR (t)); in c_dump_tree()
H A Dc-common.def62 FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY, and FOR_SCOPE,
H A Dc-gimplify.cc352 FOR_BODY (stmt), FOR_EXPR (stmt), 1, walk_subtrees, in genericize_for_stmt()
H A Dc-pretty-print.cc2871 if (FOR_EXPR (t)) in statement()
2872 expression (FOR_EXPR (t)); in statement()
H A Dc-common.h1357 #define FOR_EXPR(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 2) macro
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format132 'FOR_EXPR',
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format132 'FOR_EXPR',
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddump.c298 dump_child ("expr", FOR_EXPR (t)); in cp_dump_tree()
H A Dcxx-pretty-print.c2079 if (FOR_EXPR (t)) in statement()
2080 expression (FOR_EXPR (t)); in statement()
H A Dcoroutines.cc3664 if ((res = cp_walk_tree (&FOR_EXPR (for_stmt), in await_statement_walker()
3701 location_t sloc = EXPR_LOCATION (FOR_EXPR (for_stmt)); in await_statement_walker()
3710 add_stmt (FOR_EXPR (for_stmt)); in await_statement_walker()
3711 FOR_EXPR (for_stmt) = NULL_TREE; in await_statement_walker()
H A Dcp-tree.def302 FOR_INIT_STMT, FOR_COND, FOR_EXPR, and FOR_BODY, respectively. */
H A Dconstexpr.c5474 expr = FOR_EXPR (t); in cxx_eval_loop_expr()
7578 RECUR (FOR_EXPR (t)); in check_for_return_continue()
8092 if (!RECUR (FOR_EXPR (t), any)) in potential_constant_expression_1()
H A Dcp-gimplify.c359 FOR_BODY (stmt), FOR_EXPR (stmt), 1, walk_subtrees, data); in genericize_for_stmt()
H A Dcp-tree.h5117 #define FOR_EXPR(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 2) macro
H A Dsemantics.c1102 FOR_EXPR (for_stmt) = expr; in finish_for_expr()
H A Dpt.c18213 tmp = RECUR (FOR_EXPR (t)); in tsubst_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc3511 = cp_walk_tree (&FOR_EXPR (for_stmt), find_any_await, in await_statement_walker()
3546 location_t sloc = EXPR_LOCATION (FOR_EXPR (for_stmt)); in await_statement_walker()
3555 tree for_expr = FOR_EXPR (for_stmt); in await_statement_walker()
3561 FOR_EXPR (for_stmt) = NULL_TREE; in await_statement_walker()
H A Dconstexpr.cc6263 expr = FOR_EXPR (t); in cxx_eval_loop_expr()
8516 RECUR (FOR_EXPR (t)); in check_for_return_continue()
9038 if (!RECUR (FOR_EXPR (t), any)) in potential_constant_expression_1()
H A DChangeLog-20052482 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
H A Dsemantics.cc1368 FOR_EXPR (for_stmt) = expr; in finish_for_expr()
H A DChangeLog-20202341 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY, FOR_SCOPE): Likewise.
H A DChangeLog-20003001 (FOR_EXPR): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi3335 @findex FOR_EXPR
3473 termination condition. The @code{FOR_EXPR} is the expression executed
3479 @code{FOR_COND} and @code{FOR_EXPR} return expressions.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi3278 @findex FOR_EXPR
3418 termination condition. The @code{FOR_EXPR} is the expression executed
3422 return statements, while @code{FOR_COND} and @code{FOR_EXPR} return
/netbsd-src/external/gpl3/gcc/dist/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

12