| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-objcp-common.c | 306 case EXPR_STMT: in cxx_block_may_fallthru() 508 MARK_TS_EXP (EXPR_STMT); in cp_common_init_ts()
|
| H A D | dump.c | 326 case EXPR_STMT: in cp_dump_tree()
|
| H A D | lex.c | 307 EXPR_STMT, OMP_DEPOBJ in cxx_init() enumerator
|
| H A D | typeck2.c | 747 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 D | constexpr.c | 336 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 D | semantics.c | 701 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 D | cp-tree.def | 332 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
|
| H A D | cxx-pretty-print.c | 2124 case EXPR_STMT: in statement()
|
| H A D | coroutines.cc | 1490 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 D | cp-gimplify.c | 898 case EXPR_STMT: in cp_gimplify_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-objcp-common.cc | 325 case EXPR_STMT: in cxx_block_may_fallthru() 547 MARK_TS_EXP (EXPR_STMT); in cp_common_init_ts()
|
| H A D | dump.cc | 295 case EXPR_STMT: in cp_dump_tree()
|
| H A D | lex.cc | 308 EXPR_STMT, OMP_DEPOBJ in cxx_init() enumerator
|
| H A D | typeck2.cc | 667 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 D | ChangeLog-2005 | 2291 * 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 D | constexpr.cc | 342 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 D | semantics.cc | 909 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 D | cp-tree.def | 314 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
|
| H A D | cxx-pretty-print.cc | 2095 case EXPR_STMT: in statement()
|
| H A D | coroutines.cc | 1506 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 D | cp-gimplify.cc | 634 case EXPR_STMT: in cp_gimplify_expr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTBitCodes.h | 1673 EXPR_STMT, enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-gnu-runtime-abi-01.c | 1004 add_stmt (build_stmt (input_location, EXPR_STMT, in objc_generate_static_init_call()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-gnu-runtime-abi-01.cc | 1005 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 D | ASTWriterStmt.cpp | 1171 Code = serialization::EXPR_STMT; in VisitStmtExpr()
|