Searched refs:src_tree (Results 1 – 2 of 2) sorted by relevance
/dragonfly/contrib/gcc-4.7/gcc/ |
H A D | expr.c | 1338 tree call_expr, fn, src_tree, dst_tree, size_tree; in emit_block_move_via_libcall() local 1353 src_tree = make_tree (ptr_type_node, src_addr); in emit_block_move_via_libcall() 1369 call_expr = build_call_expr (fn, 3, dst_tree, src_tree, size_tree); in emit_block_move_via_libcall()
|
/dragonfly/contrib/gcc-8.0/gcc/ |
H A D | expr.c | 1877 tree call_expr, dst_tree, src_tree, size_tree; in emit_block_op_via_libcall() local 1895 src_tree = make_tree (ptr_type_node, src_addr); in emit_block_op_via_libcall() 1905 call_expr = build_call_expr (fn, 3, dst_tree, src_tree, size_tree); in emit_block_op_via_libcall()
|