Home
last modified time | relevance | path

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 Dtrans.h742 tree gfc_build_memcpy_call (tree, tree, tree);
H A Dtrans-expr.c1644 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 Dtrans-array.c1124 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 Dtrans.h747 tree gfc_build_memcpy_call (tree, tree, tree);
H A Dtrans-expr.cc1738 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 DChangeLog-2008479 * trans.h (gfc_build_memcpy_call): Made public.
494 (gfc_build_memcpy_call): Made public.
H A DChangeLog-20075262 * trans-expr.c (gfc_build_memcpy_call): New helper function split
5264 (gfc_trans_array_copy): Use gfc_build_memcpy_call.
H A DChangeLog-20111282 (gfc_build_memcpy_call): Ditto.
H A Dtrans-array.cc1192 tmp = gfc_build_memcpy_call (packed, source_data, size); in gfc_trans_allocate_array_storage()