Home
last modified time | relevance | path

Searched refs:call_exp (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/
HDc-parser.c9035 tree call_exp; in synth_copy_helper_block_func() local
9050call_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()
HDc-common.c5933 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()
HDc-decl.c3499 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()
HDChangeLog-200220433 (call_exp, call_value_exp): Remove.
34177 (call_exp, call_value_exp): New.
HDChangeLog-200125603 (call_exp): New expander.
HDChangeLog-200434978 ("call_exp", "call_value_exp", "call_value_tls", "call_value_tls_exp"):
/NextBSD/contrib/gcc/cp/
HDparser.c19519 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 …]
HDdecl.c5207 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()