Home
last modified time | relevance | path

Searched refs:src_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
9040 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), 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()
[all …]
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c19506 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()
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()
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
[all …]