Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddump.c322 dump_child ("stmt", STMT_EXPR_STMT (t)); in cp_dump_tree()
H A Dcp-tree.def354 STMT_EXPR_STMT is the statement given by the expression. */
H A Dcxx-pretty-print.c428 statement (STMT_EXPR_STMT (t)); in primary_expression()
H A Dconstexpr.c5683 return RECUR (STMT_EXPR_STMT (t), rval); in potential_constant_expression_1()
H A Dcp-tree.h4923 #define STMT_EXPR_STMT(NODE) TREE_OPERAND (STMT_EXPR_CHECK (NODE), 0) macro
H A Dsemantics.c2251 tree t = STMT_EXPR_STMT (stmt_expr); in stmt_expr_value_expr()
H A Dpt.c18960 tsubst_expr (STMT_EXPR_STMT (t), args, complain, in_decl, in tsubst_copy_and_build()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddump.c477 dump_child ("stmt", STMT_EXPR_STMT (t)); in cp_dump_tree()
H A Dcp-tree.def352 STMT_EXPR_STMT is the statement given by the expression. */
H A Dcxx-pretty-print.c452 pp_cxx_statement (pp, STMT_EXPR_STMT (t)); in pp_cxx_primary_expression()
H A Dcp-tree.h4003 #define STMT_EXPR_STMT(NODE) TREE_OPERAND (STMT_EXPR_CHECK (NODE), 0) macro
H A Dsemantics.c1915 tree t = STMT_EXPR_STMT (stmt_expr); in stmt_expr_value_expr()
H A Dpt.c14068 tsubst_expr (STMT_EXPR_STMT (t), args, complain, in_decl, in tsubst_copy_and_build()