Lines Matching defs:coarray

3784 	  /* Use the actual tree type and not the wrapped coarray.  */
5536 /* Size of a coarray for all dimensions but the last. */
5954 bool allocatable, coarray, dimension, alloc_w_e3_arr_spec = false,
5963 /* Take the allocatable and coarray properties solely from the expr-ref's
5976 already associated. This does not hold for ultimate coarray
5984 a coarray. In this case it does not matter whether we are on this_image
5986 coarray = false;
5990 coarray = true;
5995 gcc_assert (coarray);
6019 if (!coarray)
6061 coarray ? ref->u.ar.as->corank : 0,
6098 if (coarray && flag_coarray == GFC_FCOARRAY_LIB)
6327 /* Generate code to evaluate non-constant coarray cobounds. */
7310 /* Convert the last ref of a scalar coarray from an AR_ELEMENT to an
7322 /* Fix scalar coarray. */
8766 /* Helper function to abstract whether coarray processing is enabled. */
8776 /* Helper function to abstract whether coarray processing is enabled
8777 and we are in a derived type coarray. */
8788 /* Helper function to abstract whether coarray is to deallocate only. */
9175 /* When this is an array but not in conjunction with a coarray
9176 then add the data-ref. For coarray'ed arrays the data-ref
9312 - pointer components when in a coarray.
9397 /* Register a component of a derived type coarray with the
9398 coarray library. Do not register ultimate component
10337 bool coarray = (flag_coarray == GFC_FCOARRAY_LIB
10791 else if (coarray && GFC_DESCRIPTOR_TYPE_P (TREE_TYPE (desc)))
10802 if (coarray)
10825 if (!coarray)
10881 if (!coarray)
10907 || coarray))
11219 unless we are creating a descriptor for a (scalar) coarray. */