/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-dump.cc | 63 case FOR_STMT: in c_dump_tree()
|
H A D | c-common.def | 64 DEFTREECODE (FOR_STMT, "for_stmt", tcc_statement, 5)
|
H A D | c-gimplify.cc | 479 case FOR_STMT: in c_genericize_control_stmt()
|
H A D | c-pretty-print.cc | 2856 case FOR_STMT: in statement()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | dump.c | 294 case FOR_STMT: in cp_dump_tree()
|
H A D | cp-objcp-common.c | 485 MARK_TS_EXP (FOR_STMT); in cp_common_init_ts()
|
H A D | lex.c | 304 IF_STMT, CLEANUP_STMT, FOR_STMT, in cxx_init() enumerator
|
H A D | constexpr.c | 5466 case FOR_STMT: in cxx_eval_loop_expr() 5743 case FOR_STMT: in cxx_eval_constant_expression() 6648 case FOR_STMT: in cxx_eval_constant_expression() 7574 case FOR_STMT: in check_for_return_continue() 8066 case FOR_STMT: in potential_constant_expression_1()
|
H A D | cp-gimplify.c | 882 case FOR_STMT: in cp_gimplify_expr() 1731 case FOR_STMT: in cp_genericize_r()
|
H A D | cp-tree.def | 303 DEFTREECODE (FOR_STMT, "for_stmt", tcc_statement, 5)
|
H A D | cxx-pretty-print.c | 2064 case FOR_STMT: in statement()
|
H A D | coroutines.cc | 3536 case FOR_STMT: in replace_continue() 3647 case FOR_STMT: in await_statement_walker()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lex.cc | 305 IF_STMT, CLEANUP_STMT, FOR_STMT, in cxx_init() enumerator
|
H A D | cp-gimplify.cc | 618 case FOR_STMT: in cp_gimplify_expr() 1768 case FOR_STMT: in cp_genericize_r()
|
H A D | ChangeLog-2005 | 2327 (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise. 2476 * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT, 2478 * cp-tree.h (cp_stmt_codes): Add FOR_STMT, WHILE_STMT, DO_STMT, 2492 (cp_gimplify_expr): Handle FOR_STMT, WHILE_STMT, DO_STMT, 2501 WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
|
H A D | constexpr.cc | 6255 case FOR_STMT: in cxx_eval_loop_expr() 6559 case FOR_STMT: in cxx_eval_constant_expression() 7534 case FOR_STMT: in cxx_eval_constant_expression() 8512 case FOR_STMT: in check_for_return_continue() 9012 case FOR_STMT: in potential_constant_expression_1()
|
H A D | coroutines.cc | 3385 case FOR_STMT: in replace_continue() 3490 case FOR_STMT: in await_statement_walker()
|
H A D | ChangeLog-2012 | 2325 (cp_gimplify_expr): Mark FOR_STMT, WHILE_STMT, DO_STMT, SWITCH_STMT, 2327 (cp_genericize_r): Genericize FOR_STMT, WHILE_STMT, DO_STMT,
|
H A D | ChangeLog-2011 | 512 DO_STMT, FOR_STMT, and WHILE_STMT. 4010 * cp-tree.def (FOR_STMT, RANGE_FOR_STMT): Add an extra operand.
|
H A D | ChangeLog-2002 | 788 * init.c (build_vec_init): Use a FOR_STMT instead of an IF_STMT 2570 adding the FOR_STMT.
|
H A D | ChangeLog-2019 | 4981 (cxx_eval_loop_expr): Add support for FOR_STMT, WHILE_STMT and DO_STMT. 4983 (cxx_eval_constant_expression): Handle IF_STMT, FOR_STMT, WHILE_STMT,
|
H A D | ChangeLog-2008 | 1158 (cp_gimplify_expr): [FOR_STMT]: Do not call gimplify_for_stmt. Return
|
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
H A D | cindex.py | 1120 CursorKind.FOR_STMT = CursorKind(209)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | generic.texi | 3332 @tindex FOR_STMT 3469 @item FOR_STMT
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | generic.texi | 3275 @tindex FOR_STMT 3414 @item FOR_STMT
|