/openbsd/gnu/gcc/gcc/cp/ |
H A D | init.c | 354 finish_expr_stmt (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() 2516 finish_expr_stmt (build_modify_expr (baseref, NOP_EXPR, in build_vec_init() [all …]
|
H A D | method.c | 484 finish_expr_stmt (t); in use_thunk() 548 finish_expr_stmt (t); in do_build_copy_constructor() 649 finish_expr_stmt (t); in do_build_assign_ref() 668 finish_expr_stmt in do_build_assign_ref() 732 finish_expr_stmt (init); in do_build_assign_ref()
|
H A 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()
|
H A D | decl2.c | 2654 finish_expr_stmt (set_guard (guard)); in one_static_initialization_or_destruction() 2660 finish_expr_stmt (init); in one_static_initialization_or_destruction() 2665 finish_expr_stmt (register_dtor_fn (decl)); in one_static_initialization_or_destruction() 2668 finish_expr_stmt (build_cleanup (decl)); in one_static_initialization_or_destruction() 2881 finish_expr_stmt (build_function_call (fndecl, arguments)); in generate_ctor_or_dtor_function() 2903 finish_expr_stmt (build_function_call (fndecl, NULL_TREE)); in generate_ctor_or_dtor_function()
|
H A D | semantics.c | 596 finish_expr_stmt (tree expr) in finish_expr_stmt() function 1643 expr = finish_expr_stmt (expr); in finish_stmt_expr_expr() 3905 finish_expr_stmt (stmt); in finish_omp_barrier() 3913 finish_expr_stmt (stmt); in finish_omp_flush()
|
H A 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. 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. 3419 (for.init.statement): Use finish_expr_stmt. [all …]
|
H A 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.
|
H A D | decl.c | 5049 finish_expr_stmt (init); in initialize_local_var() 5681 finish_expr_stmt (fcall); in register_dtor_fn() 5832 finish_expr_stmt (init); in expand_static_init() 11072 finish_expr_stmt (exprstmt); in finish_destructor_body()
|
H A 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.
|
H A 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.
|
H A D | cp-tree.h | 4252 extern tree finish_expr_stmt (tree);
|
H A D | typeck.c | 6518 finish_expr_stmt (retval); in check_return_expr()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | init.c | 361 finish_expr_stmt (init); in perform_member_init() 378 finish_expr_stmt (build_aggr_init (decl, init, 0)); in perform_member_init() 413 finish_expr_stmt (build_modify_expr (decl, INIT_EXPR, init)); in perform_member_init() 1220 finish_expr_stmt (init); 1243 finish_expr_stmt (rval); 1296 finish_expr_stmt (init); 2709 finish_expr_stmt (build_modify_expr (decl, INIT_EXPR, init)); 2847 finish_expr_stmt (build_aggr_init (baseref, elt, 0)); 2849 finish_expr_stmt (build_modify_expr (baseref, NOP_EXPR, 2964 finish_expr_stmt (elt_init); [all …]
|
H A D | method.c | 514 finish_expr_stmt (t); 551 finish_expr_stmt (t); 656 finish_expr_stmt (t); 675 finish_expr_stmt 732 finish_expr_stmt (build_modify_expr (comp, NOP_EXPR, init)); 734 finish_expr_stmt (build (MODIFY_EXPR, TREE_TYPE (comp), comp,
|
H A D | except.c | 431 finish_expr_stmt (build_modify_expr (exp, INIT_EXPR, init)); 434 finish_expr_stmt (do_begin_catch ()); 463 finish_expr_stmt (build_throw (NULL_TREE)); in expand_end_catch_block()
|
H A D | decl2.c | 2526 finish_expr_stmt (set_guard (guard)); 2565 finish_expr_stmt (init); 2598 finish_expr_stmt (build_cleanup (decl)); 2707 finish_expr_stmt (build_function_call (VARRAY_TREE (ssdf_decls, i), 2721 finish_expr_stmt (build_function_call (TREE_VALUE (fns), NULL_TREE));
|
H A D | semantics.c | 202 finish_expr_stmt (expr) in finish_expr_stmt() function
|
H A D | parse.y | 3441 { $$ = finish_expr_stmt ($1); } 3646 { finish_expr_stmt ($1); }
|
H A D | decl.c | 8801 finish_expr_stmt (init); 9337 finish_expr_stmt (fcall); 9354 finish_expr_stmt (build_function_call (get_atexit_node (), args)); 9447 finish_expr_stmt (assignment); 14884 finish_expr_stmt (exprstmt); in finish_destructor_body()
|
H A D | ChangeLog | 4630 * semantics.c (finish_expr_stmt): Remember the type of the 9950 * semantics.c (finish_expr_stmt): Likewise. 9957 (finish_expr_stmt, finish_return_stmt): Likewise. 11101 (finish_expr_stmt): Likewise. 12030 (finish_expr_stmt): Likewise. 12267 (finish_expr_stmt): Likewise. 12708 (finish_expr_stmt): Likewise. 12755 * decl.c (initialize_local_var): Changed call to finish_expr_stmt 12764 (expand_default_init): Changed call to finish_expr_stmt to call 14424 * semantics.c (finish_expr_stmt): Call convert_to_void here.
|
H A D | ChangeLog.2 | 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. 2362 (finish_expr_stmt): Use it. 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. 3419 (for.init.statement): Use finish_expr_stmt. 3431 (finish_expr_stmt): Use building_stmt_tree. [all …]
|
H A D | cp-tree.h | 4194 extern tree finish_expr_stmt PARAMS ((tree));
|
H A D | typeck.c | 6292 finish_expr_stmt (retval);
|
H A D | pt.c | 7663 finish_expr_stmt (tsubst_expr (EXPR_STMT_EXPR (t),
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 4483 finish_expr_stmt in objc_generate_cxx_ctor_or_dtor()
|