Lines Matching refs:src_block_component

19506 	tree dst_block_component, src_block_component;  in synth_copy_helper_block_func()  local
19509 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_copy_helper_block_func()
19519 tree call_exp = build_aggr_init (dst_block_component, src_block_component, in synth_copy_helper_block_func()
19531 call_exp = build_block_object_assign_call_exp (dst_block_component, src_block_component, flag); in synth_copy_helper_block_func()
19547 tree dst_block_component, src_block_component; in synth_copy_helper_block_func() local
19550 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_copy_helper_block_func()
19558 call_exp = build_block_object_assign_call_exp (dst_block_component, src_block_component, flag); in synth_copy_helper_block_func()
19613 tree src_block_component; in synth_destroy_helper_block_func() local
19614 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_destroy_helper_block_func()
19624 tree call_exp = cxx_maybe_build_cleanup (src_block_component); in synth_destroy_helper_block_func()
19634 rel_exp = build_block_object_dispose_call_exp (src_block_component, flag); in synth_destroy_helper_block_func()
19649 tree src_block_component; in synth_destroy_helper_block_func() local
19651 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_destroy_helper_block_func()
19656 call_exp = build_block_object_dispose_call_exp (src_block_component, flag); in synth_destroy_helper_block_func()