Searched refs:gfc_conv_structure (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans.h484 void gfc_conv_structure (gfc_se *, gfc_expr *, int);
H A Dtrans-expr.c6516 gfc_conv_structure (&se, gfc_class_initializer (ts, expr), 1);
6540 gfc_conv_structure (&se, gfc_class_initializer (ts, expr), 1);
6542 gfc_conv_structure (&se, expr, 1);
7201 gfc_conv_structure (gfc_se * se, gfc_expr * expr, int init) function
7386 gfc_conv_structure (se, expr, 0);
H A Dtrans-array.c5479 gfc_conv_structure (&se, expr, 1);
5542 gfc_conv_structure (&se, c->expr, 1);

Completed in 209 milliseconds