Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-dump.c188 dump_child ("stmt", STMT_EXPR_STMT (t));
Dc-common.def106 STMT_EXPR_STMT is the statement given by the expression. */
Dc-common.h1031 #define STMT_EXPR_STMT(NODE) TREE_OPERAND (STMT_EXPR_CHECK (NODE), 0) macro
Dc-common.c4279 && TREE_CODE (STMT_EXPR_STMT (exp)) == COMPOUND_STMT
4280 && TREE_CODE (COMPOUND_BODY (STMT_EXPR_STMT (exp))) == SCOPE_STMT)
4282 tree expr = COMPOUND_BODY (STMT_EXPR_STMT (exp));
4311 expand_stmt (STMT_EXPR_STMT (exp));
Dc-pretty-print.c555 pp_statement (ppi, STMT_EXPR_STMT (e));
Dtree-inline.c1204 stmt = STMT_EXPR_STMT (expr);
Dc-typeck.c2608 t=COMPOUND_BODY (STMT_EXPR_STMT (t));
DChangeLog.3713 (STMT_EXPR_STMT): Likewise.
869 (STMT_EXPR_STMT): Likewise.
/openbsd/src/gnu/gcc/gcc/cp/
Ddump.c459 dump_child ("stmt", STMT_EXPR_STMT (t)); in cp_dump_tree()
Dcp-tree.def338 STMT_EXPR_STMT is the statement given by the expression. */
Dcxx-pretty-print.c374 pp_cxx_statement (pp, STMT_EXPR_STMT (t)); in pp_cxx_primary_expression()
Dcp-tree.h3102 #define STMT_EXPR_STMT(NODE) TREE_OPERAND (STMT_EXPR_CHECK (NODE), 0) macro
Dpt.c9433 tsubst_expr (STMT_EXPR_STMT (t), args, complain, in_decl, in tsubst_copy_and_build()
DChangeLog-20003015 (STMT_EXPR_STMT): Likewise.
DChangeLog-19993393 * cp-tree.h (STMT_EXPR_STMT): New macro.
DChangeLog5911 (STMT_EXPR_STMT): Define.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dpt.c7488 tsubst_expr (STMT_EXPR_STMT (t), args, complain, in_decl);
DChangeLog12887 (STMT_EXPR_STMT): Likewise.
DChangeLog.23393 * cp-tree.h (STMT_EXPR_STMT): New macro.
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dc-tree.texi2169 such an expression. The @code{STMT_EXPR_STMT} gives the statement
/openbsd/src/gnu/gcc/gcc/doc/
Dc-tree.texi2437 such an expression. The @code{STMT_EXPR_STMT} gives the statement
Dgccint.info5980 such an expression. The `STMT_EXPR_STMT' gives the statement