Searched refs:FOR_INIT_STMT (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Ddump.c468 dump_child ("init", FOR_INIT_STMT (t));
H A Dcxx-pretty-print.c1942 if (FOR_INIT_STMT (t))
1943 statement (FOR_INIT_STMT (t));
H A Dsemantics.c960 FOR_INIT_STMT (r) = init;
973 FOR_INIT_STMT (for_stmt) = pop_stmt_list (FOR_INIT_STMT (for_stmt));
H A Dcp-gimplify.c288 tree init = FOR_INIT_STMT (stmt);
H A Dconstexpr.c4418 if (!RECUR (FOR_INIT_STMT (t), any))
H A Dcp-tree.h4256 #define FOR_INIT_STMT(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 0)
4250 #define FOR_INIT_STMT macro
H A Dpt.c14124 RECUR (FOR_INIT_STMT (t));
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dsemantics.c356 RECHAIN_STMTS_FROM_CHAIN (for_stmt, FOR_INIT_STMT (for_stmt));
H A Dcp-tree.h2092 #define FOR_INIT_STMT(NODE) TREE_OPERAND (NODE, 0)
2085 #define FOR_INIT_STMT macro
H A Dpt.c7110 for (tmp = FOR_INIT_STMT (t); tmp; tmp = TREE_CHAIN (tmp))

Completed in 403 milliseconds