Home
last modified time | relevance | path

Searched refs:gfc_is_coarray (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcheck.cc700 if (!gfc_is_coarray (e)) in coarray_check()
1565 if (!gfc_is_coarray (atom) && !gfc_is_coindexed (atom)) in gfc_check_atomic()
5265 if (gfc_is_coarray (expr)) in is_c_interoperable()
6078 if (coarray && !gfc_is_coarray (coarray) && coarray->ts.type == BT_INTEGER) in gfc_check_this_image()
H A Dtrans.cc1140 if (!gfc_is_coarray (array_expr)) in gfc_build_final_call()
H A Dmatch.cc4785 if (gfc_is_coarray (tail->expr) in gfc_match_deallocate()
4792 if (gfc_is_coarray (tail->expr) in gfc_match_deallocate()
H A Dgfortran.h3661 bool gfc_is_coarray (gfc_expr *);
H A DChangeLog-20111483 (coarray_check): Use gfc_is_coarray.
2122 * expr.c (gfc_is_coarray): New function.
2123 * gfortran.h (gfc_is_coarray): New prototype.
H A Dexpr.cc5782 gfc_is_coarray (gfc_expr *e) in gfc_is_coarray() function
5854 if (!gfc_is_coarray (e)) in gfc_get_corank()
H A Diresolve.cc2960 if (array && gfc_is_coarray (array)) in gfc_resolve_this_image()
H A Dinterface.cc2563 if (codimension && !gfc_is_coarray (actual)) in compare_parameter()
H A Dresolve.cc10213 || (!gfc_is_coarray (code->expr1) && in resolve_lock_unlock_event()
10227 else if (code->op == EXEC_EVENT_POST && !gfc_is_coarray (code->expr1) in resolve_lock_unlock_event()
10231 else if (code->op == EXEC_EVENT_WAIT && !gfc_is_coarray (code->expr1)) in resolve_lock_unlock_event()
H A DChangeLog-20122698 * expr.c (gfc_is_coarray): Fix algorithm for BT_CLASS.
H A DChangeLog-2018383 (gfc_get_full_arrayspec_from_expr, gfc_is_coarray): Break on
H A Dtrans-stmt.cc6269 is_coarray = gfc_is_coarray (code->expr3); in gfc_trans_allocate()
H A Dsimplify.cc8394 if (coarray == NULL || !gfc_is_coarray (coarray)) in gfc_simplify_this_image()
H A Dtrans-intrinsic.cc2373 && !gfc_is_coarray (expr->value.function.actual->expr)) in trans_this_image()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcheck.c700 if (!gfc_is_coarray (e)) in coarray_check()
1561 if (!gfc_is_coarray (atom) && !gfc_is_coindexed (atom)) in gfc_check_atomic()
5246 if (gfc_is_coarray (expr)) in is_c_interoperable()
6052 if (coarray && !gfc_is_coarray (coarray) && coarray->ts.type == BT_INTEGER) in gfc_check_this_image()
H A Dtrans.c1067 if (!gfc_is_coarray (array_expr)) in gfc_build_final_call()
H A Dmatch.c4744 if (gfc_is_coarray (tail->expr) in gfc_match_deallocate()
4751 if (gfc_is_coarray (tail->expr) in gfc_match_deallocate()
H A Dgfortran.h3371 bool gfc_is_coarray (gfc_expr *);
H A Dexpr.c5742 gfc_is_coarray (gfc_expr *e) in gfc_is_coarray() function
5814 if (!gfc_is_coarray (e)) in gfc_get_corank()
H A Diresolve.c2926 if (array && gfc_is_coarray (array)) in gfc_resolve_this_image()
H A Dinterface.c2498 if (codimension && !gfc_is_coarray (actual)) in compare_parameter()
H A Dresolve.c10074 || (!gfc_is_coarray (code->expr1) && in resolve_lock_unlock_event()
10088 else if (code->op == EXEC_EVENT_POST && !gfc_is_coarray (code->expr1) in resolve_lock_unlock_event()
10092 else if (code->op == EXEC_EVENT_WAIT && !gfc_is_coarray (code->expr1)) in resolve_lock_unlock_event()
H A Dtrans-stmt.c6233 is_coarray = gfc_is_coarray (code->expr3); in gfc_trans_allocate()
H A Dsimplify.c8251 if (coarray == NULL || !gfc_is_coarray (coarray)) in gfc_simplify_this_image()
H A Dtrans-intrinsic.c2365 && !gfc_is_coarray (expr->value.function.actual->expr)) in trans_this_image()