Searched refs:gfc_copy_shape_excluding (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Diresolve.cc191 f->shape = gfc_copy_shape_excluding (array->shape, array->rank, dim);
366 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim);
415 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim);
725 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim);
H A Dgfortran.h3620 mpz_t *gfc_copy_shape_excluding (mpz_t *, int, gfc_expr *);
H A Dexpr.cc844 gfc_copy_shape_excluding (mpz_t *shape, int rank, gfc_expr *dim) function
H A Dsimplify.cc459 result->shape = gfc_copy_shape_excluding (array->shape, array->rank, dim);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Diresolve.c191 f->shape = gfc_copy_shape_excluding (array->shape, array->rank, dim);
360 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim);
409 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim);
709 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim);
H A Dgfortran.h3329 mpz_t *gfc_copy_shape_excluding (mpz_t *, int, gfc_expr *);
H A Dexpr.c836 gfc_copy_shape_excluding (mpz_t *shape, int rank, gfc_expr *dim) function
H A Dsimplify.c427 result->shape = gfc_copy_shape_excluding (array->shape, array->rank, dim);

Completed in 409 milliseconds