Home
last modified time | relevance | path

Searched refs:gfc_get_full_arrayspec_from_expr (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h3355 gfc_array_spec *gfc_get_full_arrayspec_from_expr (gfc_expr *expr);
H A Dtrans-expr.c5412 if (!e->rank || gfc_get_full_arrayspec_from_expr (e)) in gfc_conv_gfc_desc_to_cfi_desc()
8100 as = gfc_get_full_arrayspec_from_expr (arg); in gfc_trans_alloc_subarray_assign()
8102 as = gfc_get_full_arrayspec_from_expr (expr); in gfc_trans_alloc_subarray_assign()
H A Dtrans-intrinsic.c2865 as = gfc_get_full_arrayspec_from_expr (arg); in gfc_conv_is_contiguous_expr()
2973 as = gfc_get_full_arrayspec_from_expr (arg->expr); in gfc_conv_intrinsic_bound()
6581 as = gfc_get_full_arrayspec_from_expr (s->expr);; in gfc_conv_intrinsic_shape()
H A Dtrans-array.c10542 as = gfc_get_full_arrayspec_from_expr (arg); in gfc_alloc_allocatable_for_assignment()
10545 as = gfc_get_full_arrayspec_from_expr (expr2); in gfc_alloc_allocatable_for_assignment()
H A Dexpr.c5264 gfc_get_full_arrayspec_from_expr (gfc_expr *expr) in gfc_get_full_arrayspec_from_expr() function
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h3645 gfc_array_spec *gfc_get_full_arrayspec_from_expr (gfc_expr *expr);
H A Dtrans-array.cc8121 gfc_array_spec *as = gfc_get_full_arrayspec_from_expr (expr); in gfc_tree_array_size()
10730 as = gfc_get_full_arrayspec_from_expr (arg); in gfc_alloc_allocatable_for_assignment()
10733 as = gfc_get_full_arrayspec_from_expr (expr2); in gfc_alloc_allocatable_for_assignment()
H A DChangeLog-2017989 * expr.c (gfc_get_full_arrayspec_from_expr): If there is
H A DChangeLog-20105300 * expr.c (gfc_get_full_arrayspec_from_expr): New function.
5306 gfc_get_full_arrayspec_from_expr to replace existing code.
H A Dexpr.cc5304 gfc_get_full_arrayspec_from_expr (gfc_expr *expr) in gfc_get_full_arrayspec_from_expr() function
H A Dtrans-expr.cc8643 as = gfc_get_full_arrayspec_from_expr (arg); in gfc_trans_alloc_subarray_assign()
8645 as = gfc_get_full_arrayspec_from_expr (expr); in gfc_trans_alloc_subarray_assign()
H A DChangeLog-2018383 (gfc_get_full_arrayspec_from_expr, gfc_is_coarray): Break on
H A Dtrans-intrinsic.cc2873 as = gfc_get_full_arrayspec_from_expr (arg); in gfc_conv_is_contiguous_expr()
2982 as = gfc_get_full_arrayspec_from_expr (arg->expr); in gfc_conv_intrinsic_bound()