Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDdump.c473 dump_child ("expr", EXPR_STMT_EXPR (t)); in cp_dump_tree()
HDcp-gimplify.c394 tree stmt = EXPR_STMT_EXPR (*stmt_p); in gimplify_expr_stmt()
HDcp-tree.def311 /* Used to represent an expression statement. Use `EXPR_STMT_EXPR' to
HDcxx-pretty-print.c1702 pp_cxx_expression (pp, EXPR_STMT_EXPR (t)); in pp_cxx_statement()
HDcp-tree.h3146 #define EXPR_STMT_EXPR(NODE) TREE_OPERAND (EXPR_STMT_CHECK (NODE), 0) macro
HDpt.c8525 tmp = RECUR (EXPR_STMT_EXPR (t)); in tsubst_expr()
HDChangeLog-20002998 (EXPR_STMT_EXPR): Likewise.
HDChangeLog5877 (EXPR_STMT_EXPR): Define.
/trueos/contrib/gcc/doc/
HDc-tree.texi1476 @findex EXPR_STMT_EXPR
1671 Used to represent an expression statement. Use @code{EXPR_STMT_EXPR} to
/trueos/contrib/gcc/
HDChangeLog-200015962 (EXPR_STMT_EXPR): Likewise.
16118 (EXPR_STMT_EXPR): Likewise.
HDChangeLog.tree-ssa18145 Use EXPR_STMT_EXPR to access the expression in an expression
HDChangeLog-200521933 * c-common.h (EXPR_STMT_EXPR): Don't define.