Searched refs:call_exp (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | c-parser.c | 9035 tree call_exp; in synth_copy_helper_block_func() local 9050 … call_exp = build_block_object_assign_call_exp (dst_block_component, src_block_component, flag); in synth_copy_helper_block_func() 9051 add_stmt (call_exp); in synth_copy_helper_block_func() 9063 tree call_exp; in synth_copy_helper_block_func() local 9076 call_exp = build_block_object_assign_call_exp (dst_block_component, src_block_component, flag); in synth_copy_helper_block_func() 9077 add_stmt (call_exp); in synth_copy_helper_block_func() 9138 tree call_exp; in synth_destroy_helper_block_func() local 9148 call_exp = build_block_object_dispose_call_exp (src_block_component, flag); in synth_destroy_helper_block_func() 9149 add_stmt (call_exp); in synth_destroy_helper_block_func()
|
| HD | c-common.c | 5933 tree exp = var_decl, call_exp; in build_block_byref_release_exp() local 5952 call_exp = build_block_object_dispose_call_exp (exp, BLOCK_FIELD_IS_BYREF); in build_block_byref_release_exp() 5953 return call_exp; in build_block_byref_release_exp()
|
| HD | c-decl.c | 3499 tree call_exp; in synth_block_byref_id_object_copy_func() local 3539 call_exp = build_block_object_assign_call_exp (build_fold_addr_expr (dst_obj), src_obj, flag); in synth_block_byref_id_object_copy_func() 3540 add_stmt (call_exp); in synth_block_byref_id_object_copy_func()
|
| HD | ChangeLog-2002 | 20433 (call_exp, call_value_exp): Remove. 34177 (call_exp, call_value_exp): New.
|
| HD | ChangeLog-2001 | 25603 (call_exp): New expander.
|
| HD | ChangeLog-2004 | 34978 ("call_exp", "call_value_exp", "call_value_tls", "call_value_tls_exp"):
|
| /NextBSD/contrib/gcc/cp/ |
| HD | parser.c | 19519 tree call_exp = build_aggr_init (dst_block_component, src_block_component, in synth_copy_helper_block_func() local 19521 add_stmt (call_exp); in synth_copy_helper_block_func() 19529 tree call_exp; in synth_copy_helper_block_func() local 19531 call_exp = build_block_object_assign_call_exp (dst_block_component, src_block_component, flag); in synth_copy_helper_block_func() 19532 add_stmt (call_exp); in synth_copy_helper_block_func() 19545 tree call_exp; in synth_copy_helper_block_func() local 19558 call_exp = build_block_object_assign_call_exp (dst_block_component, src_block_component, flag); in synth_copy_helper_block_func() 19559 add_stmt (call_exp); in synth_copy_helper_block_func() 19624 tree call_exp = cxx_maybe_build_cleanup (src_block_component); in synth_destroy_helper_block_func() local 19625 gcc_assert (call_exp); in synth_destroy_helper_block_func() [all …]
|
| HD | decl.c | 5207 tree call_exp; in synth_block_byref_id_object_copy_func() local 5251 call_exp = build_block_object_assign_call_exp (build_fold_addr_expr (dst_obj), src_obj, flag); in synth_block_byref_id_object_copy_func() 5252 add_stmt (call_exp); in synth_block_byref_id_object_copy_func()
|