Lines Matching refs:is_coarray
6175 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()
7045 if (is_coarray) in gfc_trans_allocate()
7209 bool is_coarray = false, is_coarray_array = false; in gfc_trans_deallocate() local
7246 is_coarray = true; in gfc_trans_deallocate()
7279 if (is_coarray && expr->rank == 0 in gfc_trans_deallocate()
7300 if (is_coarray) in gfc_trans_deallocate()
7353 al->expr->ts, is_coarray); in gfc_trans_deallocate()