| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-dump.c | 140 case IF_STMT:
|
| H A D | c-pretty-print.c | 1297 case IF_STMT: 1310 if (TREE_CODE (else_clause) == IF_STMT) 1315 if (TREE_CODE (else_clause) != IF_STMT)
|
| H A D | c-common.def | 49 DEFTREECODE (IF_STMT, "if_stmt", 'e', 3)
|
| H A D | c-semantics.c | 810 case IF_STMT:
|
| H A D | c-parse.in | 2201 /* We must build the IF_STMT node before parsing its 2206 c_begin_if_stmt returns the IF_STMT node, which
|
| H A D | c-common.c | 994 r = build_stmt (IF_STMT, NULL_TREE, NULL_TREE, NULL_TREE); in c_begin_if_stmt() 3944 case IF_STMT:
|
| H A D | ChangeLog.3 | 717 COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT, 882 ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 193 IF_STMT, enumerator
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | dump.c | 420 case IF_STMT: in cp_dump_tree()
|
| H A D | cxx-pretty-print.c | 1594 case IF_STMT: in pp_cxx_statement() 1607 if (TREE_CODE (else_clause) == IF_STMT) in pp_cxx_statement() 1612 if (TREE_CODE (else_clause) != IF_STMT) in pp_cxx_statement()
|
| H A D | cp-tree.def | 280 /* ??? It is currently still necessary to distinguish between IF_STMT 282 DEFTREECODE (IF_STMT, "if_stmt", tcc_statement, 3)
|
| H A D | lex.c | 357 IF_STMT, CLEANUP_STMT, FOR_STMT, in cxx_init() enumerator
|
| H A D | cp-gimplify.c | 527 case IF_STMT: in cp_gimplify_expr()
|
| H A D | semantics.c | 637 r = build_stmt (IF_STMT, NULL_TREE, NULL_TREE, NULL_TREE); in begin_if_stmt()
|
| H A D | ChangeLog-2004 | 4669 * cp-tree.def (CLEANUP_STMT, IF_STMT): Move from c-common.def. 4675 * cp-tree.h (cp_stmt_codes): Add CLEANUP_STMT, IF_STMT. 4679 * cxx-pretty-print.c (pp_cxx_statement): Add CLEANUP_STMT, IF_STMT.
|
| H A D | pt.c | 8614 case IF_STMT: in tsubst_expr()
|
| H A D | ChangeLog-2002 | 788 * init.c (build_vec_init): Use a FOR_STMT instead of an IF_STMT
|
| H A D | ChangeLog | 5842 (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise.
|
| H A D | ChangeLog-2000 | 3028 ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | semantics.c | 244 r = build_stmt (IF_STMT, NULL_TREE, NULL_TREE, NULL_TREE); in begin_if_stmt()
|
| H A D | pt.c | 7777 case IF_STMT:
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1301 @tindex IF_STMT 1390 case IF_STMT: 1555 @item IF_STMT 1632 for an @code{IF_STMT} for more information on the representation used 1662 @code{IF_STMT} for more information on the representation used for the
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1483 @tindex IF_STMT 1552 case IF_STMT: 1700 @item IF_STMT 1750 for an @code{IF_STMT} for more information on the representation used 1780 @code{IF_STMT} for more information on the representation used for the
|
| H A D | gccint.info | 5241 case IF_STMT: 5369 `IF_STMT' 5411 documentation for an `IF_STMT' for more information on the 5441 `IF_STMT' for more information on the representation used for the 32649 * IF_STMT: Function Bodies. (line 6)
|
| /openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
| H A D | cindex.py | 1108 CursorKind.IF_STMT = CursorKind(205)
|