Searched refs:gfc_build_memcpy_call (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 742 tree gfc_build_memcpy_call (tree, tree, tree);
|
H A D | trans-expr.c | 1644 tmp = gfc_build_memcpy_call (dst.expr, src.expr, memsz.expr); in gfc_trans_class_init_assign() 8442 tmp = gfc_build_memcpy_call (tmp, se.expr, size); in gfc_trans_subcomponent_assign() 8542 tmp = gfc_build_memcpy_call (dest, se.expr, size); in gfc_trans_subcomponent_assign() 10427 gfc_build_memcpy_call (tree dst, tree src, tree len) in gfc_build_memcpy_call() function 10497 return gfc_build_memcpy_call (dst, src, dlen); in gfc_trans_array_copy() 10541 return gfc_build_memcpy_call (dst, src, len); in gfc_trans_array_constructor_copy()
|
H A D | trans-array.c | 1124 tmp = gfc_build_memcpy_call (packed, source_data, size); in gfc_trans_allocate_array_storage()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.h | 747 tree gfc_build_memcpy_call (tree, tree, tree);
|
H A D | trans-expr.cc | 1738 tmp = gfc_build_memcpy_call (dst.expr, src.expr, memsz.expr); in gfc_trans_class_init_assign() 8985 tmp = gfc_build_memcpy_call (tmp, se.expr, size); in gfc_trans_subcomponent_assign() 9085 tmp = gfc_build_memcpy_call (dest, se.expr, size); in gfc_trans_subcomponent_assign() 10970 gfc_build_memcpy_call (tree dst, tree src, tree len) in gfc_build_memcpy_call() function 11040 return gfc_build_memcpy_call (dst, src, dlen); in gfc_trans_array_copy() 11084 return gfc_build_memcpy_call (dst, src, len); in gfc_trans_array_constructor_copy()
|
H A D | ChangeLog-2008 | 479 * trans.h (gfc_build_memcpy_call): Made public. 494 (gfc_build_memcpy_call): Made public.
|
H A D | ChangeLog-2007 | 5262 * trans-expr.c (gfc_build_memcpy_call): New helper function split 5264 (gfc_trans_array_copy): Use gfc_build_memcpy_call.
|
H A D | ChangeLog-2011 | 1282 (gfc_build_memcpy_call): Ditto.
|
H A D | trans-array.cc | 1192 tmp = gfc_build_memcpy_call (packed, source_data, size); in gfc_trans_allocate_array_storage()
|