Home
last modified time | relevance | path

Searched refs:dst_block_component (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-parser.c9037 tree dst_block_component, src_block_component; in synth_copy_helper_block_func() local
9038 dst_block_component = build_component_ref (build_indirect_ref (dst_arg, "->"), in synth_copy_helper_block_func()
9049 dst_block_component = build_fold_addr_expr (dst_block_component); 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
9066 dst_block_component = build_component_ref (build_indirect_ref (dst_arg, "->"), in synth_copy_helper_block_func()
9075 dst_block_component = build_fold_addr_expr (dst_block_component); 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()
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c19506 tree dst_block_component, src_block_component; in synth_copy_helper_block_func() local
19507 dst_block_component = build_component_ref (build_indirect_ref (dst_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()
19530 dst_block_component = build_fold_addr_expr (dst_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
19548 dst_block_component = build_component_ref (build_indirect_ref (dst_arg, "->"), in synth_copy_helper_block_func()
19557 dst_block_component = build_fold_addr_expr (dst_block_component); 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()