Home
last modified time | relevance | path

Searched refs:EXPR_STMT (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-objcp-common.c306 case EXPR_STMT: in cxx_block_may_fallthru()
508 MARK_TS_EXP (EXPR_STMT); in cp_common_init_ts()
H A Ddump.c326 case EXPR_STMT: in cp_dump_tree()
H A Dlex.c307 EXPR_STMT, OMP_DEPOBJ in cxx_init() enumerator
H A Dtypeck2.c747 code = build_stmt (input_location, EXPR_STMT, code); in split_nonconstant_init_1()
783 code = build_stmt (input_location, EXPR_STMT, code); in split_nonconstant_init_1()
H A Dconstexpr.c336 if (TREE_CODE (t) == EXPR_STMT) in build_data_member_initialization()
615 if (TREE_CODE (body) == EXPR_STMT) in build_constexpr_constructor_member_initializers()
6091 case EXPR_STMT: in cxx_eval_constant_expression()
7448 if (TREE_CODE (t) == EXPR_STMT) in maybe_constant_init_1()
8352 case EXPR_STMT: in potential_constant_expression_1()
H A Dsemantics.c701 if (TREE_CODE (expr) != EXPR_STMT) in finish_expr_stmt()
702 expr = build_stmt (loc, EXPR_STMT, expr); in finish_expr_stmt()
2267 expr = build_stmt (input_location, EXPR_STMT, expr); in finish_stmt_expr_expr()
2359 if (TREE_CODE (t) == EXPR_STMT) in stmt_expr_value_expr()
2378 if (TREE_CODE (expr_stmt) == EXPR_STMT) in empty_expr_stmt_p()
H A Dcp-tree.def332 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
H A Dcxx-pretty-print.c2124 case EXPR_STMT: in statement()
H A Dcoroutines.cc1490 return maybe_cleanup_point_expr_void (build_stmt (loc, EXPR_STMT, expr)); in coro_build_expr_stmt()
3242 if (TREE_CODE (expr) == EXPR_STMT) in maybe_promote_temps()
H A Dcp-gimplify.c898 case EXPR_STMT: in cp_gimplify_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-objcp-common.cc325 case EXPR_STMT: in cxx_block_may_fallthru()
547 MARK_TS_EXP (EXPR_STMT); in cp_common_init_ts()
H A Ddump.cc295 case EXPR_STMT: in cp_dump_tree()
H A Dlex.cc308 EXPR_STMT, OMP_DEPOBJ in cxx_init() enumerator
H A Dtypeck2.cc667 code = build_stmt (input_location, EXPR_STMT, code); in split_nonconstant_init_1()
702 code = build_stmt (input_location, EXPR_STMT, code); in split_nonconstant_init_1()
H A DChangeLog-20052291 * cp-tree.def: Add EXPR_STMT.
2292 * cp-tree.h (cp_stmt_codes): Add EXPR_STMT.
2296 (cp_gimplify_expr): Handle EXPR_STMT.
2299 (pp_cxx_statement): Handle EXPR_STMT.
2300 * dump.c (cp_dump_tree): Handle EXPR_STMT.
H A Dconstexpr.cc342 if (TREE_CODE (t) == EXPR_STMT) in build_data_member_initialization()
617 if (TREE_CODE (body) == EXPR_STMT) in build_constexpr_constructor_member_initializers()
6936 case EXPR_STMT: in cxx_eval_constant_expression()
8386 if (TREE_CODE (t) == EXPR_STMT) in maybe_constant_init_1()
9308 case EXPR_STMT: in potential_constant_expression_1()
H A Dsemantics.cc909 if (TREE_CODE (expr) != EXPR_STMT) in finish_expr_stmt()
910 expr = build_stmt (loc, EXPR_STMT, expr); in finish_expr_stmt()
981 case EXPR_STMT: in find_std_constant_evaluated_r()
2496 expr = build_stmt (input_location, EXPR_STMT, expr); in finish_stmt_expr_expr()
2588 if (TREE_CODE (t) == EXPR_STMT) in stmt_expr_value_expr()
2607 if (TREE_CODE (expr_stmt) == EXPR_STMT) in empty_expr_stmt_p()
H A Dcp-tree.def314 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
H A Dcxx-pretty-print.cc2095 case EXPR_STMT: in statement()
H A Dcoroutines.cc1506 return maybe_cleanup_point_expr_void (build_stmt (loc, EXPR_STMT, expr)); in coro_build_expr_stmt()
3091 if (TREE_CODE (expr) == EXPR_STMT) in maybe_promote_temps()
H A Dcp-gimplify.cc634 case EXPR_STMT: in cp_gimplify_expr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h1673 EXPR_STMT, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c1004 add_stmt (build_stmt (input_location, EXPR_STMT, in objc_generate_static_init_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc1005 add_stmt (build_stmt (input_location, EXPR_STMT, in objc_generate_static_init_call()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1171 Code = serialization::EXPR_STMT; in VisitStmtExpr()

123