Home
last modified time | relevance | path

Searched refs:EXPR_STMT_EXPR (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Ddump.c473 dump_child ("expr", EXPR_STMT_EXPR (t)); in cp_dump_tree()
Dcp-gimplify.c373 tree stmt = EXPR_STMT_EXPR (*stmt_p); in gimplify_expr_stmt()
Dcp-tree.def311 /* Used to represent an expression statement. Use `EXPR_STMT_EXPR' to
Dcxx-pretty-print.c1702 pp_cxx_expression (pp, EXPR_STMT_EXPR (t)); in pp_cxx_statement()
Dcp-tree.h3121 #define EXPR_STMT_EXPR(NODE) TREE_OPERAND (EXPR_STMT_CHECK (NODE), 0) macro
Dpt.c8520 tmp = RECUR (EXPR_STMT_EXPR (t)); in tsubst_expr()
DChangeLog-20002998 (EXPR_STMT_EXPR): Likewise.
DChangeLog5877 (EXPR_STMT_EXPR): Define.
/freebsd-9-stable/contrib/gcc/doc/
Dc-tree.texi1476 @findex EXPR_STMT_EXPR
1671 Used to represent an expression statement. Use @code{EXPR_STMT_EXPR} to
/freebsd-9-stable/contrib/gcc/
DChangeLog-200015962 (EXPR_STMT_EXPR): Likewise.
16118 (EXPR_STMT_EXPR): Likewise.
DChangeLog.tree-ssa18145 Use EXPR_STMT_EXPR to access the expression in an expression
DChangeLog-200521933 * c-common.h (EXPR_STMT_EXPR): Don't define.