Home
last modified time | relevance | path

Searched refs:EXPR_STMT (Results 1 – 22 of 22) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Ddump.c471 case EXPR_STMT: in cp_dump_tree()
Dtypeck2.c515 code = build_stmt (EXPR_STMT, code); in split_nonconstant_init_1()
529 code = build_stmt (EXPR_STMT, code); in split_nonconstant_init_1()
Dlex.c359 CONTINUE_STMT, SWITCH_STMT, EXPR_STMT in cxx_init() enumerator
Dsemantics.c625 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()
Dcp-gimplify.c584 case EXPR_STMT: in cp_gimplify_expr()
Dcp-tree.def313 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
Dcxx-pretty-print.c1701 case EXPR_STMT: in pp_cxx_statement()
DChangeLog5875 * 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.
DChangeLog-2000178 * 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.
Dpt.c8519 case EXPR_STMT: in tsubst_expr()
DChangeLog-20044665 (finalize_nrv_r): Don't build an EXPR_STMT. Don't frob TREE_CHAIN.
DChangeLog-20032419 (tsubst_expr) <EXPR_STMT case>: Check tf_stmt_exprs flag.
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTBitCodes.h1182 EXPR_STMT, enumerator
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterStmt.cpp767 Code = serialization::EXPR_STMT; in VisitStmtExpr()
DASTReaderStmt.cpp2112 case EXPR_STMT: in ReadStmtFromStream()
DASTWriter.cpp714 RECORD(EXPR_STMT); in AddStmtsExprs()
/freebsd-9-stable/contrib/gcc/doc/
Dc-tree.texi1475 @tindex EXPR_STMT
1669 @item EXPR_STMT
/freebsd-9-stable/contrib/gcc/
DChangeLog.tree-ssa11141 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
DChangeLog-200232474 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
DChangeLog-200521932 * 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.
DChangeLog-200015982 * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
16148 ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
DChangeLog-200428724 (c_finish_stmt_expr): Work without EXPR_STMT. Handle eh regions.