Home
last modified time | relevance | path

Searched refs:IF_STMT (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c140 case IF_STMT:
H A Dc-pretty-print.c1297 case IF_STMT:
1310 if (TREE_CODE (else_clause) == IF_STMT)
1315 if (TREE_CODE (else_clause) != IF_STMT)
H A Dc-common.def49 DEFTREECODE (IF_STMT, "if_stmt", 'e', 3)
H A Dc-semantics.c810 case IF_STMT:
H A Dc-parse.in2201 /* We must build the IF_STMT node before parsing its
2206 c_begin_if_stmt returns the IF_STMT node, which
H A Dc-common.c994 r = build_stmt (IF_STMT, NULL_TREE, NULL_TREE, NULL_TREE); in c_begin_if_stmt()
3944 case IF_STMT:
H A DChangeLog.3717 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 D20000914-1.c193 IF_STMT, enumerator
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddump.c420 case IF_STMT: in cp_dump_tree()
H A Dcxx-pretty-print.c1594 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 Dcp-tree.def280 /* ??? It is currently still necessary to distinguish between IF_STMT
282 DEFTREECODE (IF_STMT, "if_stmt", tcc_statement, 3)
H A Dlex.c357 IF_STMT, CLEANUP_STMT, FOR_STMT, in cxx_init() enumerator
H A Dcp-gimplify.c527 case IF_STMT: in cp_gimplify_expr()
H A Dsemantics.c637 r = build_stmt (IF_STMT, NULL_TREE, NULL_TREE, NULL_TREE); in begin_if_stmt()
H A DChangeLog-20044669 * 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 Dpt.c8614 case IF_STMT: in tsubst_expr()
H A DChangeLog-2002788 * init.c (build_vec_init): Use a FOR_STMT instead of an IF_STMT
H A DChangeLog5842 (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise.
H A DChangeLog-20003028 ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c244 r = build_stmt (IF_STMT, NULL_TREE, NULL_TREE, NULL_TREE); in begin_if_stmt()
H A Dpt.c7777 case IF_STMT:
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1301 @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 Dc-tree.texi1483 @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 Dgccint.info5241 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 Dcindex.py1108 CursorKind.IF_STMT = CursorKind(205)

12