diff options
Diffstat (limited to 'libgfortran/generated/eoshift1_16.c')
-rw-r--r-- | libgfortran/generated/eoshift1_16.c | 49 |
1 files changed, 30 insertions, 19 deletions
diff --git a/libgfortran/generated/eoshift1_16.c b/libgfortran/generated/eoshift1_16.c index c548fef3ae4..bfb051fe1c6 100644 --- a/libgfortran/generated/eoshift1_16.c +++ b/libgfortran/generated/eoshift1_16.c @@ -37,9 +37,12 @@ Boston, MA 02110-1301, USA. */ #if defined (HAVE_GFC_INTEGER_16) static void -eoshift1 (gfc_array_char *ret, const gfc_array_char *array, const gfc_array_i16 *h, - const char *pbound, const GFC_INTEGER_16 *pwhich, index_type size, - char filler) +eoshift1 (gfc_array_char * const restrict ret, + const gfc_array_char * const restrict array, + const gfc_array_i16 * const restrict h, + const char * const restrict pbound, + const GFC_INTEGER_16 * const restrict pwhich, + index_type size, char filler) { /* r.* indicates the return array. */ index_type rstride[GFC_MAX_DIMENSIONS]; @@ -218,32 +221,40 @@ eoshift1 (gfc_array_char *ret, const gfc_array_char *array, const gfc_array_i16 } } -void eoshift1_16 (gfc_array_char *, const gfc_array_char *, - const gfc_array_i16 *, const char *, const GFC_INTEGER_16 *); +void eoshift1_16 (gfc_array_char * const restrict, + const gfc_array_char * const restrict, + const gfc_array_i16 * const restrict, const char * const restrict, + const GFC_INTEGER_16 * const restrict); export_proto(eoshift1_16); void -eoshift1_16 (gfc_array_char *ret, const gfc_array_char *array, - const gfc_array_i16 *h, const char *pbound, - const GFC_INTEGER_16 *pwhich) +eoshift1_16 (gfc_array_char * const restrict ret, + const gfc_array_char * const restrict array, + const gfc_array_i16 * const restrict h, + const char * const restrict pbound, + const GFC_INTEGER_16 * const restrict pwhich) { eoshift1 (ret, array, h, pbound, pwhich, GFC_DESCRIPTOR_SIZE (array), 0); } -void eoshift1_16_char (gfc_array_char *, GFC_INTEGER_4, - const gfc_array_char *, const gfc_array_i16 *, - const char *, const GFC_INTEGER_16 *, - GFC_INTEGER_4, GFC_INTEGER_4); +void eoshift1_16_char (gfc_array_char * const restrict, + GFC_INTEGER_4, + const gfc_array_char * const restrict, + const gfc_array_i16 * const restrict, + const char * const restrict, + const GFC_INTEGER_16 * const restrict, + GFC_INTEGER_4, GFC_INTEGER_4); export_proto(eoshift1_16_char); void -eoshift1_16_char (gfc_array_char *ret, - GFC_INTEGER_4 ret_length __attribute__((unused)), - const gfc_array_char *array, const gfc_array_i16 *h, - const char *pbound, const GFC_INTEGER_16 *pwhich, - GFC_INTEGER_4 array_length, - GFC_INTEGER_4 bound_length - __attribute__((unused))) +eoshift1_16_char (gfc_array_char * const restrict ret, + GFC_INTEGER_4 ret_length __attribute__((unused)), + const gfc_array_char * const restrict array, + const gfc_array_i16 * const restrict h, + const char * const restrict pbound, + const GFC_INTEGER_16 * const restrict pwhich, + GFC_INTEGER_4 array_length, + GFC_INTEGER_4 bound_length __attribute__((unused))) { eoshift1 (ret, array, h, pbound, pwhich, array_length, ' '); } |