Searched refs:gfc_has_vector_subscript (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dinterface.c2534 gfc_has_vector_subscript (gfc_expr *e) function
2941 && gfc_has_vector_subscript (a->expr))
H A Dgfortran.h3110 int gfc_has_vector_subscript (gfc_expr*);
H A Dtrans-intrinsic.c1166 if (gfc_is_coindexed (expr) && gfc_has_vector_subscript (expr))
1287 if (gfc_is_coindexed (lhs_expr) && gfc_has_vector_subscript (lhs_expr))
1361 if (gfc_is_coindexed (rhs_expr) && gfc_has_vector_subscript (rhs_expr))
H A Dcheck.c1490 if (gfc_has_vector_subscript (a))
H A Dresolve.c8019 && !gfc_has_vector_subscript (target));
9550 && !gfc_has_vector_subscript (rhs))))

Completed in 236 milliseconds