Searched refs:src_tree (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expr.cc | 2142 tree call_expr, dst_tree, src_tree, size_tree; in emit_block_op_via_libcall() local 2160 src_tree = make_tree (ptr_type_node, src_addr); in emit_block_op_via_libcall() 2170 call_expr = build_call_expr (fn, 3, dst_tree, src_tree, size_tree); in emit_block_op_via_libcall()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expr.c | 1938 tree call_expr, dst_tree, src_tree, size_tree; in emit_block_op_via_libcall() local 1956 src_tree = make_tree (ptr_type_node, src_addr); in emit_block_op_via_libcall() 1966 call_expr = build_call_expr (fn, 3, dst_tree, src_tree, size_tree); in emit_block_op_via_libcall()
|