Searched refs:FOR_INIT_STMT (Results 1 – 15 of 15) sorted by relevance
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | cp-gimplify.c | 300 if (FOR_INIT_STMT (stmt)) in gimplify_for_stmt() 301 gimplify_and_add (FOR_INIT_STMT (stmt), pre_p); in gimplify_for_stmt()
|
| HD | dump.c | 443 dump_child ("init", FOR_INIT_STMT (t)); in cp_dump_tree()
|
| HD | cxx-pretty-print.c | 1668 if (FOR_INIT_STMT (t)) in pp_cxx_statement() 1669 pp_cxx_statement (pp, FOR_INIT_STMT (t)); in pp_cxx_statement()
|
| HD | semantics.c | 831 FOR_INIT_STMT (r) = push_stmt_list (); in begin_for_stmt() 843 FOR_INIT_STMT (for_stmt) = pop_stmt_list (FOR_INIT_STMT (for_stmt)); in finish_for_init_stmt()
|
| HD | cp-tree.def | 286 FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY and FOR_ATTRIBUTES
|
| HD | cp-tree.h | 3129 #define FOR_INIT_STMT(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 0) macro
|
| HD | pt.c | 8604 RECUR (FOR_INIT_STMT (t)); in tsubst_expr()
|
| HD | ChangeLog-2004 | 4782 statement in FOR_INIT_STMT for templates.
|
| HD | ChangeLog-2000 | 2999 (FOR_INIT_STMT): Likewise.
|
| HD | ChangeLog | 6066 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | c-tree.texi | 1478 @findex FOR_INIT_STMT 1676 Used to represent a @code{for} statement. The @code{FOR_INIT_STMT} is 1681 @code{FOR_BODY}. Note that @code{FOR_INIT_STMT} and @code{FOR_BODY}
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog.tree-ssa | 14296 * c-pretty-print.c (dump_c_node): Likewise. Handle null FOR_INIT_STMT. 16506 FOR_INIT_STMT and FOR_EXPR nodes. 17486 FOR_INIT_STMT. 17490 (simplify_for_stmt): Handle DECL_STMT nodes inside FOR_INIT_STMT. 17496 FOR_INIT_STMT. 18447 Add code to simplify the FOR_INIT_STMT, FOR_COND, FOR_EXPR. 19011 Create a separate block for FOR_INIT_STMT. 19016 block for FOR_INIT_STMT. 19168 (make_for_stmt_blocks): Include FOR_INIT_STMT in the entry block of 19197 holding FOR_INIT_STMT.
|
| HD | ChangeLog-2000 | 15963 (FOR_INIT_STMT): Likewise. 16119 (FOR_INIT_STMT): Likewise.
|
| HD | ChangeLog-2005 | 24778 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Likewise.
|
| HD | ChangeLog-2004 | 29648 (gimplify_for_stmt): Remove FOR_INIT_STMT chaining hack.
|