Home
last modified time | relevance | path

Searched refs:FOR_INIT_STMT (Results 1 – 15 of 15) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Dcp-gimplify.c279 if (FOR_INIT_STMT (stmt)) in gimplify_for_stmt()
280 gimplify_and_add (FOR_INIT_STMT (stmt), pre_p); in gimplify_for_stmt()
Ddump.c443 dump_child ("init", FOR_INIT_STMT (t)); in cp_dump_tree()
Dcxx-pretty-print.c1668 if (FOR_INIT_STMT (t)) in pp_cxx_statement()
1669 pp_cxx_statement (pp, FOR_INIT_STMT (t)); in pp_cxx_statement()
Dsemantics.c831 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()
Dcp-tree.def286 FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY and FOR_ATTRIBUTES
Dcp-tree.h3104 #define FOR_INIT_STMT(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 0) macro
Dpt.c8599 RECUR (FOR_INIT_STMT (t)); in tsubst_expr()
DChangeLog-20044782 statement in FOR_INIT_STMT for templates.
DChangeLog-20002999 (FOR_INIT_STMT): Likewise.
DChangeLog6066 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
/freebsd-9-stable/contrib/gcc/doc/
Dc-tree.texi1478 @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-9-stable/contrib/gcc/
DChangeLog.tree-ssa14296 * 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.
DChangeLog-200015963 (FOR_INIT_STMT): Likewise.
16119 (FOR_INIT_STMT): Likewise.
DChangeLog-200524778 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Likewise.
DChangeLog-200429648 (gimplify_for_stmt): Remove FOR_INIT_STMT chaining hack.