Home
last modified time | relevance | path

Searched refs:is_coarray (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc6211 bool upoly_expr, tmp_expr3_len_flag = false, al_len_needs_set, is_coarray; in gfc_trans_allocate() local
6225 is_coarray = needs_caf_sync = false; in gfc_trans_allocate()
6269 is_coarray = gfc_is_coarray (code->expr3); in gfc_trans_allocate()
6310 || is_coarray)) in gfc_trans_allocate()
6367 tmp = GFC_DESCRIPTOR_TYPE_P (TREE_TYPE (se.expr)) || is_coarray ? in gfc_trans_allocate()
6380 if (GFC_DESCRIPTOR_TYPE_P (TREE_TYPE (tmp)) || is_coarray) in gfc_trans_allocate()
6393 desc = !is_coarray ? se.expr in gfc_trans_allocate()
6398 if (GFC_DESCRIPTOR_TYPE_P (TREE_TYPE (tmp)) || is_coarray) in gfc_trans_allocate()
6835 is_coarray = true; in gfc_trans_allocate()
6867 is_coarray = true; in gfc_trans_allocate()
[all …]
H A DChangeLog-20111482 * check.c (is_coarray): Remove.
3238 * check.c (is_coarray): Update - because of DIMEN_THIS_IMAGE.
H A Dtrans-expr.cc150 bool is_coarray = sym->attr.codimension; in gfc_get_ultimate_alloc_ptr_comps_caf_token() local
159 && (is_coarray || ref->u.c.component->attr.codimension)) in gfc_get_ultimate_alloc_ptr_comps_caf_token()
H A DChangeLog-20104370 * check.c (is_coarray, dim_corank_check, gfc_check_lcobound,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.c6175 bool upoly_expr, tmp_expr3_len_flag = false, al_len_needs_set, is_coarray; in gfc_trans_allocate() local
6189 is_coarray = needs_caf_sync = false; in gfc_trans_allocate()
6233 is_coarray = gfc_is_coarray (code->expr3); in gfc_trans_allocate()
6274 || is_coarray)) in gfc_trans_allocate()
6331 tmp = GFC_DESCRIPTOR_TYPE_P (TREE_TYPE (se.expr)) || is_coarray ? in gfc_trans_allocate()
6344 if (GFC_DESCRIPTOR_TYPE_P (TREE_TYPE (tmp)) || is_coarray) in gfc_trans_allocate()
6357 desc = !is_coarray ? se.expr in gfc_trans_allocate()
6362 if (GFC_DESCRIPTOR_TYPE_P (TREE_TYPE (tmp)) || is_coarray) in gfc_trans_allocate()
6802 is_coarray = true; in gfc_trans_allocate()
6834 is_coarray = true; in gfc_trans_allocate()
[all …]
H A Dtrans-expr.c108 bool is_coarray = sym->attr.codimension; in gfc_get_ultimate_alloc_ptr_comps_caf_token() local
117 && (is_coarray || ref->u.c.component->attr.codimension)) in gfc_get_ultimate_alloc_ptr_comps_caf_token()