Home
last modified time | relevance | path

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

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