/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-dump.cc | 67 dump_child ("expr", FOR_EXPR (t)); in c_dump_tree()
|
H A D | c-common.def | 62 FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY, and FOR_SCOPE,
|
H A D | c-gimplify.cc | 352 FOR_BODY (stmt), FOR_EXPR (stmt), 1, walk_subtrees, in genericize_for_stmt()
|
H A D | c-pretty-print.cc | 2871 if (FOR_EXPR (t)) in statement() 2872 expression (FOR_EXPR (t)); in statement()
|
H A D | c-common.h | 1357 #define FOR_EXPR(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 2) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | clang-format | 132 'FOR_EXPR',
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | clang-format | 132 'FOR_EXPR',
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | dump.c | 298 dump_child ("expr", FOR_EXPR (t)); in cp_dump_tree()
|
H A D | cxx-pretty-print.c | 2079 if (FOR_EXPR (t)) in statement() 2080 expression (FOR_EXPR (t)); in statement()
|
H A D | coroutines.cc | 3664 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 D | cp-tree.def | 302 FOR_INIT_STMT, FOR_COND, FOR_EXPR, and FOR_BODY, respectively. */
|
H A D | constexpr.c | 5474 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 D | cp-gimplify.c | 359 FOR_BODY (stmt), FOR_EXPR (stmt), 1, walk_subtrees, data); in genericize_for_stmt()
|
H A D | cp-tree.h | 5117 #define FOR_EXPR(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 2) macro
|
H A D | semantics.c | 1102 FOR_EXPR (for_stmt) = expr; in finish_for_expr()
|
H A D | pt.c | 18213 tmp = RECUR (FOR_EXPR (t)); in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | coroutines.cc | 3511 = 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 D | constexpr.cc | 6263 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 D | ChangeLog-2005 | 2482 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
|
H A D | semantics.cc | 1368 FOR_EXPR (for_stmt) = expr; in finish_for_expr()
|
H A D | ChangeLog-2020 | 2341 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY, FOR_SCOPE): Likewise.
|
H A D | ChangeLog-2000 | 3001 (FOR_EXPR): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | generic.texi | 3335 @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 D | generic.texi | 3278 @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 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
|