HomeSort by: relevance | last modified time | path
    Searched defs:gfc_build_memcpy_call (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 1798 tmp = gfc_build_memcpy_call (dst.expr, src.expr, memsz.expr);
9477 tmp = gfc_build_memcpy_call (tmp, se.expr, size);
9499 gfc_build_memcpy_call (tmp, se.expr, size));
9607 tmp = gfc_build_memcpy_call (dest, se.expr, size);
11613 gfc_build_memcpy_call (tree dst, tree src, tree len) function
11683 return gfc_build_memcpy_call (dst, src, dlen);
11727 return gfc_build_memcpy_call (dst, src, len);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 1738 tmp = gfc_build_memcpy_call (dst.expr, src.expr, memsz.expr);
9010 tmp = gfc_build_memcpy_call (tmp, se.expr, size);
9110 tmp = gfc_build_memcpy_call (dest, se.expr, size);
10995 gfc_build_memcpy_call (tree dst, tree src, tree len) function
11065 return gfc_build_memcpy_call (dst, src, dlen);
11109 return gfc_build_memcpy_call (dst, src, len);

Completed in 38 milliseconds