Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddump.cc297 dump_child ("expr", EXPR_STMT_EXPR (t)); in cp_dump_tree()
Dcp-objcp-common.cc326 return block_may_fallthru (EXPR_STMT_EXPR (stmt)); in cxx_block_may_fallthru()
Dcp-tree.def312 /* Used to represent an expression statement. Use `EXPR_STMT_EXPR' to
Dcxx-pretty-print.cc2096 expression (EXPR_STMT_EXPR (t)); in statement()
Dcp-gimplify.cc225 tree stmt = EXPR_STMT_EXPR (*stmt_p); in gimplify_expr_stmt()
Dcoroutines.cc3092 expr = EXPR_STMT_EXPR (expr); in maybe_promote_temps()
Dsemantics.cc2589 t = EXPR_STMT_EXPR (t); in stmt_expr_value_expr()
2608 body = EXPR_STMT_EXPR (expr_stmt); in empty_expr_stmt_p()
DChangeLog-20052293 (EXPR_STMT_EXPR): Define.
Dcp-tree.h5367 #define EXPR_STMT_EXPR(NODE) TREE_OPERAND (EXPR_STMT_CHECK (NODE), 0) macro
DChangeLog-20002998 (EXPR_STMT_EXPR): Likewise.
Dpt.cc18631 tmp = RECUR (EXPR_STMT_EXPR (t)); in tsubst_expr()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgeneric.texi3331 @findex EXPR_STMT_EXPR
3466 Used to represent an expression statement. Use @code{EXPR_STMT_EXPR} to
Dgccint.info12970 Used to represent an expression statement. Use 'EXPR_STMT_EXPR' to
54914 * EXPR_STMT_EXPR: Statements for C and C++.
/netbsd/src/external/gpl3/gcc/dist/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-200521932 * c-common.h (EXPR_STMT_EXPR): Don't define.