Lines Matching refs:src_block_component
9037 tree dst_block_component, src_block_component; in synth_copy_helper_block_func() local
9040 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_copy_helper_block_func()
9050 … call_exp = build_block_object_assign_call_exp (dst_block_component, src_block_component, flag); in synth_copy_helper_block_func()
9065 tree dst_block_component, src_block_component; in synth_copy_helper_block_func() local
9068 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_copy_helper_block_func()
9076 call_exp = build_block_object_assign_call_exp (dst_block_component, src_block_component, flag); in synth_copy_helper_block_func()
9117 tree src_block_component; in synth_destroy_helper_block_func() local
9118 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_destroy_helper_block_func()
9127 rel_exp = build_block_object_dispose_call_exp (src_block_component, flag); in synth_destroy_helper_block_func()
9141 tree src_block_component; in synth_destroy_helper_block_func() local
9143 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_destroy_helper_block_func()
9148 call_exp = build_block_object_dispose_call_exp (src_block_component, flag); in synth_destroy_helper_block_func()