Lines Matching refs:gfc_expr
23 bool gfc_array_allocate (gfc_se *, gfc_expr *, tree, tree, tree, tree,
24 tree, tree *, gfc_expr *, tree, bool);
55 tree gfc_bcast_alloc_comp (gfc_symbol *, gfc_expr *, int, tree,
68 tree gfc_alloc_allocatable_for_assignment (gfc_loopinfo*, gfc_expr*, gfc_expr*);
76 gfc_symbol *gfc_get_proc_ifc_for_expr (gfc_expr *);
78 gfc_ss *gfc_walk_expr (gfc_expr *);
80 gfc_ss *gfc_walk_subexpr (gfc_ss *, gfc_expr *);
82 gfc_ss *gfc_walk_array_ref (gfc_ss *, gfc_expr *, gfc_ref * ref);
87 gfc_ss *gfc_walk_intrinsic_function (gfc_ss *, gfc_expr *,
103 gfc_ss *gfc_get_array_ss (gfc_ss *, gfc_expr *, int, gfc_ss_type);
107 gfc_ss *gfc_get_scalar_ss (gfc_ss *, gfc_expr *);
135 void gfc_conv_array_ref (gfc_se *, gfc_array_ref *, gfc_expr *, locus *);
142 void gfc_get_dataptr_offset (stmtblock_t*, tree, tree, tree, bool, gfc_expr*);
144 tree gfc_get_array_span (tree, gfc_expr *);
146 void gfc_conv_expr_descriptor (gfc_se *, gfc_expr *);
148 void gfc_conv_array_parameter (gfc_se *, gfc_expr *, bool,
151 void gfc_conv_array_transpose (gfc_se *, gfc_expr *);
198 tree gfc_build_constant_array_constructor (gfc_expr *, tree);