Searched refs:gfc_array_spec (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-types.h85 tree gfc_get_nodesc_array_type (tree, gfc_array_spec *, gfc_packed, bool);
H A Darray.c154 gfc_match_array_ref (gfc_array_ref *ar, gfc_array_spec *as, int init,
284 gfc_free_array_spec (gfc_array_spec *as)
333 gfc_resolve_array_spec (gfc_array_spec *as, int check_constant)
392 match_array_element_spec (gfc_array_spec *as)
462 gfc_match_array_spec (gfc_array_spec **asp, bool match_dim, bool match_codim)
465 gfc_array_spec *as;
746 gfc_set_array_spec (gfc_symbol *sym, gfc_array_spec *as, locus *error_loc)
820 gfc_array_spec *
821 gfc_copy_array_spec (gfc_array_spec *src)
823 gfc_array_spec *des
[all...]
H A Dmatch.h266 match gfc_match_array_spec (gfc_array_spec **, bool, bool);
267 match gfc_match_array_ref (gfc_array_ref *, gfc_array_spec *, int, int);
H A Dgfortran.h1008 gfc_array_spec; typedef in typeref:struct:__anon102
1010 #define gfc_get_array_spec() XCNEW (gfc_array_spec)
1020 gfc_array_spec *as;
1424 gfc_array_spec *as;
1770 gfc_array_spec *as;
2750 match gfc_mod_pointee_as (gfc_array_spec *);
2994 void gfc_add_full_array_ref (gfc_expr *, gfc_array_spec *);
2997 gfc_array_spec *gfc_get_full_arrayspec_from_expr (gfc_expr *expr);
3059 void gfc_free_array_spec (gfc_array_spec *);
3062 bool gfc_set_array_spec (gfc_symbol *, gfc_array_spec *, locu
[all...]
H A Dtrans-array.h31 gfc_se *, gfc_array_spec *);
H A Ddecl.c64 static gfc_array_spec *current_as;
621 merge_array_spec (gfc_array_spec *from, gfc_array_spec *to, bool copy)
1193 gfc_array_spec **as, locus *var_locus)
1618 gfc_array_spec **as)
1894 gfc_array_spec *as;
1895 gfc_array_spec *cp_as; /* Extra copy for Cray Pointees. */
3719 gfc_array_spec *as = NULL;
6482 gfc_array_spec *as;
6673 gfc_array_spec *a
[all...]
H A Ddump-parse-tree.c153 /* Show a gfc_array_spec array specification structure. */
156 show_array_spec (gfc_array_spec *as)
H A Dtrans-common.c798 gfc_array_spec *as;
H A Dtrans-types.c1326 gfc_build_array_type (tree type, gfc_array_spec * as,
1531 gfc_get_nodesc_array_type (tree etype, gfc_array_spec * as, gfc_packed packed,
H A Dinterface.c535 gfc_array_spec *as1, *as2;
1049 gfc_array_spec *as;
2506 gfc_array_spec *as = ref->u.c.component->as;
H A Dtrans-array.c758 gfc_se * se, gfc_array_spec * as)
1999 gfc_array_spec as;
2027 memset (&as, 0, sizeof (gfc_array_spec));
5588 gfc_array_spec *as;
5622 gfc_array_spec *as;
8403 gfc_array_spec * as;
H A Dexpr.c4050 gfc_add_full_array_ref (gfc_expr *e, gfc_array_spec *as)
4095 gfc_array_spec *
4098 gfc_array_spec *as;
H A Dsimplify.c3283 gfc_array_spec *as, gfc_ref *ref, bool coarray)
3389 gfc_array_spec *as;
3528 gfc_array_spec *as;
6445 gfc_array_spec *as;
H A Dclass.c259 gfc_array_spec *as = CLASS_DATA (e)->as;
601 gfc_array_spec **as)
H A Dresolve.c288 gfc_array_spec *as;
756 gfc_array_spec *as, *fas;
3984 check_dimension (int i, gfc_array_ref *ar, gfc_array_spec *as)
4131 gfc_array_spec *as;
4293 gfc_array_spec *as;
9633 gfc_array_spec *as;
11070 gfc_array_spec *as;
13256 gfc_array_spec *as;
H A Dtrans-io.c1624 gfc_array_spec * as = NULL;
H A Dprimary.c1879 gfc_array_spec *as;
H A Dmodule.c2433 mio_array_spec (gfc_array_spec **asp)
2435 gfc_array_spec *as;
H A Dmatch.c4494 gfc_array_spec *as;
H A Dtrans-expr.c4014 gfc_array_spec *as;
6668 gfc_array_spec *as;
H A Dtrans-decl.c1021 gfc_array_spec *as;
H A Dtrans-stmt.c5612 gfc_array_spec *arr;
H A Dtrans-intrinsic.c1856 gfc_array_spec * as;

Completed in 726 milliseconds