Searched refs:EXPR_STMT (Results 1 – 22 of 22) sorted by relevance
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | dump.c | 471 case EXPR_STMT: in cp_dump_tree()
|
| D | typeck2.c | 515 code = build_stmt (EXPR_STMT, code); in split_nonconstant_init_1() 529 code = build_stmt (EXPR_STMT, code); in split_nonconstant_init_1()
|
| D | lex.c | 359 CONTINUE_STMT, SWITCH_STMT, EXPR_STMT in cxx_init() enumerator
|
| D | semantics.c | 625 if (TREE_CODE (expr) != EXPR_STMT) in finish_expr_stmt() 626 expr = build_stmt (EXPR_STMT, expr); in finish_expr_stmt() 1663 expr = build_stmt (EXPR_STMT, expr); in finish_stmt_expr_expr()
|
| D | cp-gimplify.c | 584 case EXPR_STMT: in cp_gimplify_expr()
|
| D | cp-tree.def | 313 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
|
| D | cxx-pretty-print.c | 1701 case EXPR_STMT: in pp_cxx_statement()
|
| D | ChangeLog | 5875 * cp-tree.def: Add EXPR_STMT. 5876 * cp-tree.h (cp_stmt_codes): Add EXPR_STMT. 5880 (cp_gimplify_expr): Handle EXPR_STMT. 5883 (pp_cxx_statement): Handle EXPR_STMT. 5884 * dump.c (cp_dump_tree): Handle EXPR_STMT.
|
| D | ChangeLog-2000 | 178 * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT. 3028 ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT, 4147 EXPR_STMT if we can just use DECL_INITIAL.
|
| D | pt.c | 8519 case EXPR_STMT: in tsubst_expr()
|
| D | ChangeLog-2004 | 4665 (finalize_nrv_r): Don't build an EXPR_STMT. Don't frob TREE_CHAIN.
|
| D | ChangeLog-2003 | 2419 (tsubst_expr) <EXPR_STMT case>: Check tf_stmt_exprs flag.
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/ |
| D | ASTBitCodes.h | 1182 EXPR_STMT, enumerator
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTWriterStmt.cpp | 767 Code = serialization::EXPR_STMT; in VisitStmtExpr()
|
| D | ASTReaderStmt.cpp | 2112 case EXPR_STMT: in ReadStmtFromStream()
|
| D | ASTWriter.cpp | 714 RECORD(EXPR_STMT); in AddStmtsExprs()
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | c-tree.texi | 1475 @tindex EXPR_STMT 1669 @item EXPR_STMT
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog.tree-ssa | 11141 simplify the body of the EXPR_STMT. 14990 Replace ASM_STMT with ASM_EXPR. Don't check for EXPR_STMT. 16857 * tree-ssa-pre.c (finalize_1): Set EXPR_STMT type to type of 17251 * c-simplify.c (add_tree): Build an EXPR_STMT immediately. 17768 Unshare the expression of an EXPR_STMT before simplifying it. 18651 If the last element of the block is an EXPR_STMT, assume that it is
|
| D | ChangeLog-2002 | 32474 EXPR_STMT, but COMPOUND_STMT, recurse into it. 35472 (expand_stmt) [EXPR_STMT]: Pass 1 as maybe_last to 35473 genrtl_expr_stmt_value if t is the last EXPR_STMT in its scope. 35913 * c-common.c (c_expand_expr): Mark the last EXPR_STMT of a
|
| D | ChangeLog-2005 | 21932 * c-common.def (EXPR_STMT): Remove, moved to C++ frontend. 21935 * c-dump.c (c_dump_tree): Remove EXPR_STMT case. 21937 (c_gimplify_expr): Remove EXPR_STMT case.
|
| D | ChangeLog-2000 | 15982 * c-common.def: Added documenetion for SRCLOC, EXPR_STMT, 16148 ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
|
| D | ChangeLog-2004 | 28724 (c_finish_stmt_expr): Work without EXPR_STMT. Handle eh regions.
|