Lines Matching refs:coarray
3410 gfc_check_lcobound (gfc_expr *coarray, gfc_expr *dim, gfc_expr *kind) in gfc_check_lcobound() argument
3418 if (!coarray_check (coarray, 0)) in gfc_check_lcobound()
3426 if (!dim_corank_check (dim, coarray)) in gfc_check_lcobound()
5916 gfc_check_image_index (gfc_expr *coarray, gfc_expr *sub) in gfc_check_image_index() argument
5926 if (!coarray_check (coarray, 0)) in gfc_check_image_index()
5938 int corank = gfc_get_corank (coarray); in gfc_check_image_index()
6025 gfc_check_this_image (gfc_expr *coarray, gfc_expr *dim, gfc_expr *distance) in gfc_check_this_image() argument
6033 if (coarray == NULL && dim == NULL && distance == NULL) in gfc_check_this_image()
6036 if (dim != NULL && coarray == NULL) in gfc_check_this_image()
6043 if (distance && (coarray || dim)) in gfc_check_this_image()
6052 if (coarray && !gfc_is_coarray (coarray) && coarray->ts.type == BT_INTEGER) in gfc_check_this_image()
6057 &coarray->where); in gfc_check_this_image()
6060 distance = coarray; in gfc_check_this_image()
6081 if (!coarray_check (coarray, 0)) in gfc_check_this_image()
6089 if (!dim_corank_check (dim, coarray)) in gfc_check_this_image()
6288 gfc_check_ucobound (gfc_expr *coarray, gfc_expr *dim, gfc_expr *kind) in gfc_check_ucobound() argument
6296 if (!coarray_check (coarray, 0)) in gfc_check_ucobound()
6304 if (!dim_corank_check (dim, coarray)) in gfc_check_ucobound()