Searched refs:finish_expr_stmt (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | init.c | 354 finish_expr_stmt (init); in perform_member_init() 366 finish_expr_stmt (build_vec_init (decl, NULL_TREE, TREE_VALUE (init), in perform_member_init() 371 finish_expr_stmt (build_aggr_init (decl, init, 0)); in perform_member_init() 399 finish_expr_stmt (build_modify_expr (decl, INIT_EXPR, init)); in perform_member_init() 813 finish_expr_stmt (build_modify_expr (vtbl_ptr, NOP_EXPR, vtbl)); in expand_virtual_init() 1201 finish_expr_stmt (init); in expand_default_init() 1222 finish_expr_stmt (convert_to_void (rval, NULL)); in expand_default_init() 1267 finish_expr_stmt (init); in expand_aggr_init_1() 2365 finish_expr_stmt (build_modify_expr (decl, INIT_EXPR, init)); in get_temp_regvar() 2514 finish_expr_stmt (build_aggr_init (baseref, elt, 0)); in build_vec_init() [all …]
|
| D | method.c | 486 finish_expr_stmt (t); in use_thunk() 550 finish_expr_stmt (t); in do_build_copy_constructor() 651 finish_expr_stmt (t); in do_build_assign_ref() 670 finish_expr_stmt in do_build_assign_ref() 734 finish_expr_stmt (init); in do_build_assign_ref()
|
| D | except.c | 442 finish_expr_stmt (do_begin_catch ()); in expand_start_catch_block() 452 finish_expr_stmt (do_begin_catch ()); in expand_start_catch_block() 494 finish_expr_stmt (build_throw (NULL_TREE)); in expand_end_catch_block()
|
| D | decl2.c | 2698 finish_expr_stmt (set_guard (guard)); in one_static_initialization_or_destruction() 2704 finish_expr_stmt (init); in one_static_initialization_or_destruction() 2709 finish_expr_stmt (register_dtor_fn (decl)); in one_static_initialization_or_destruction() 2712 finish_expr_stmt (build_cleanup (decl)); in one_static_initialization_or_destruction() 2925 finish_expr_stmt (build_function_call (fndecl, arguments)); in generate_ctor_or_dtor_function() 2947 finish_expr_stmt (build_function_call (fndecl, NULL_TREE)); in generate_ctor_or_dtor_function()
|
| D | semantics.c | 606 finish_expr_stmt (tree expr) in finish_expr_stmt() function 1672 expr = finish_expr_stmt (expr); in finish_stmt_expr_expr() 4071 finish_expr_stmt (stmt); in finish_omp_barrier() 4079 finish_expr_stmt (stmt); in finish_omp_flush()
|
| D | ChangeLog-1999 | 808 * semantics.c (finish_expr_stmt): Call it here instead. Move 1055 * semantics.c (finish_expr_stmt): Likewise. 1858 * search.c (expand_upcast_fixups): Use finish_expr_stmt, not 1861 (finish_expr_stmt): This. Remove assigned_this parameter. 1868 (expand_stmt): Use finish_expr_stmt, not finish_expr_stmt_real. 2362 (finish_expr_stmt): Use it. 2458 * semantics.c (finish_expr_stmt): Do not decay full expressions. 3153 expand_aggr_init. Use finish_expr_stmt to expand the code. 3197 (finish_expr_stmt): Handle logic for temoprary cleanup here. 3198 (finish_for_stmt): Use finish_expr_stmt. [all …]
|
| D | ChangeLog-2000 | 78 * semantics.c (finish_expr_stmt): Likewise. 85 (finish_expr_stmt, finish_return_stmt): Likewise. 1229 (finish_expr_stmt): Likewise. 2158 (finish_expr_stmt): Likewise. 2395 (finish_expr_stmt): Likewise. 2836 (finish_expr_stmt): Likewise. 2883 * decl.c (initialize_local_var): Changed call to finish_expr_stmt 2892 (expand_default_init): Changed call to finish_expr_stmt to call 4552 * semantics.c (finish_expr_stmt): Call convert_to_void here.
|
| D | decl.c | 5111 finish_expr_stmt (init); in initialize_local_var() 6115 finish_expr_stmt (fcall); in register_dtor_fn() 6276 finish_expr_stmt (init); in expand_static_init() 11706 finish_expr_stmt (exprstmt); in finish_destructor_body()
|
| D | ChangeLog-2003 | 1983 * semantics.c (finish_expr_stmt): Always convert to void. 2420 * semantics.c (finish_expr_stmt): Do not deal with statement 2435 * semantics.c (finish_expr_stmt): Do not convert to void in a 3405 * semantics.c (finish_expr_stmt): Likewise.
|
| D | ChangeLog-2004 | 1298 (finish_expr_stmt): Likewise. 4656 * semantics.c (finish_expr_stmt): Call verify_sequence_points. 4663 (add_decl_stmt, finish_expr_stmt, finish_return_stmt, 4823 (finish_expr_stmt): Avoid nested EXPR_STMTs.
|
| D | cp-tree.h | 4305 extern tree finish_expr_stmt (tree);
|
| D | typeck.c | 6831 finish_expr_stmt (retval); in check_return_expr()
|
| D | pt.c | 8529 finish_expr_stmt (tmp); in tsubst_expr()
|
| D | ChangeLog-2002 | 3227 * semantics.c (finish_expr_stmt): Remember the type of the
|
| D | parser.c | 6678 statement = finish_expr_stmt (statement); in cp_parser_expression_statement()
|
| D | ChangeLog-1998 | 4581 * semantics.c (finish_expr_stmt): Allow NULL expr.
|