Searched refs:gfc_is_coarray (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcheck.c700 if (!gfc_is_coarray (e))
1561 if (!gfc_is_coarray (atom) && !gfc_is_coindexed (atom))
5246 if (gfc_is_coarray (expr))
6052 if (coarray && !gfc_is_coarray (coarray) && coarray->ts.type == BT_INTEGER)
H A Dgfortran.h3371 bool gfc_is_coarray (gfc_expr *);
H A Dtrans.c1067 if (!gfc_is_coarray (array_expr))
H A Dmatch.c4744 if (gfc_is_coarray (tail->expr)
4751 if (gfc_is_coarray (tail->expr)
H A Dexpr.c5742 gfc_is_coarray (gfc_expr *e) function
5814 if (!gfc_is_coarray (e))
H A Dinterface.c2498 if (codimension && !gfc_is_coarray (actual))
H A Diresolve.c2926 if (array && gfc_is_coarray (array))
H A Dresolve.c10074 || (!gfc_is_coarray (code->expr1) &&
10088 else if (code->op == EXEC_EVENT_POST && !gfc_is_coarray (code->expr1)
10092 else if (code->op == EXEC_EVENT_WAIT && !gfc_is_coarray (code->expr1))
H A Dtrans-stmt.c6233 is_coarray = gfc_is_coarray (code->expr3);
H A Dsimplify.c8251 if (coarray == NULL || !gfc_is_coarray (coarray))
H A Dtrans-intrinsic.c2365 && !gfc_is_coarray (expr->value.function.actual->expr))
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dcheck.cc700 if (!gfc_is_coarray (e))
1565 if (!gfc_is_coarray (atom) && !gfc_is_coindexed (atom))
5265 if (gfc_is_coarray (expr))
6078 if (coarray && !gfc_is_coarray (coarray) && coarray->ts.type == BT_INTEGER)
H A Dgfortran.h3661 bool gfc_is_coarray (gfc_expr *);
H A Dtrans.cc1140 if (!gfc_is_coarray (array_expr))
H A Dmatch.cc4785 if (gfc_is_coarray (tail->expr)
4792 if (gfc_is_coarray (tail->expr)
H A Dexpr.cc5773 gfc_is_coarray (gfc_expr *e) function
5845 if (!gfc_is_coarray (e))
H A Diresolve.cc2960 if (array && gfc_is_coarray (array))
H A Dinterface.cc2545 if (codimension && !gfc_is_coarray (actual))
H A Dresolve.cc10216 || (!gfc_is_coarray (code->expr1) &&
10230 else if (code->op == EXEC_EVENT_POST && !gfc_is_coarray (code->expr1)
10234 else if (code->op == EXEC_EVENT_WAIT && !gfc_is_coarray (code->expr1))
H A Dtrans-stmt.cc6269 is_coarray = gfc_is_coarray (code->expr3);
H A Dsimplify.cc8363 if (coarray == NULL || !gfc_is_coarray (coarray))
H A Dtrans-intrinsic.cc2373 && !gfc_is_coarray (expr->value.function.actual->expr))

Completed in 548 milliseconds