Lines Matching defs:coarray
1215 /* Skip refs upto the first coarray-ref. */
1661 /* Get data from a remote coarray. */
1928 /* Send data to a remote coarray. */
2115 /* Special case: RHS is a coarray but LHS is not; this code path avoids a
2399 /* Coarray-argument version: THIS_IMAGE(coarray [, dim]). */
2405 /* Obtain the descriptor of the COARRAY. */
2682 /* Obtain the descriptor of the COARRAY. */
3811 handling seeding on coarray images. */
3819 /* On none coarray == lib compiles use LOGICAL(4) else regular LOGICAL. */
8807 /* When 'e' references an allocatable component in a coarray, then call
8816 /* Last partref is the coindexed coarray. As coarrays are collectively
12340 bool coarray;
12352 coarray = gfc_get_corank (from_expr) != 0;
12354 if (from_expr->rank == 0 && !coarray)
12533 if (coarray && flag_coarray == GFC_FCOARRAY_LIB)