HomeSort by: relevance | last modified time | path
    Searched defs:coarray (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
match.cc 996 gfc_error ("Loop variable at %C cannot be a coarray");
4377 bool coarray = tail->expr->symtree->n.sym->attr.codimension; local
4380 coarray = ref->u.c.component->attr.codimension;
4382 if (coarray && gfc_find_state (COMP_DO_CONCURRENT))
4384 gfc_error ("ALLOCATE of coarray at %C in DO CONCURRENT block");
4387 if (coarray && gfc_find_state (COMP_CRITICAL))
4389 gfc_error ("ALLOCATE of coarray at %C in CRITICAL block");
4796 gfc_error ("DEALLOCATE of coarray at %C in DO CONCURRENT block");
4803 gfc_error ("DEALLOCATE of coarray at %C in CRITICAL block");
5379 "coarray", sym->name)
    [all...]
parse.cc 3455 bool coarray, lock_type, event_type, allocatable, pointer; local
3456 coarray = lock_type = event_type = allocatable = pointer = false;
3489 /* Looking for coarray components. */
3494 coarray = true;
3501 coarray = true;
3540 (5.3.14) and that subobjects of coarray are coarray themselves (2.4.7),
3544 if (pointer && !coarray && lock_type)
3546 "codimension or be a subcomponent of a coarray, "
3549 else if (pointer && !coarray && c->ts.type == BT_DERIVE
    [all...]
expr.cc 3682 coarray call, then the convert is done by the coarray routine implicitly and
5793 the following is a coarray: A subobject of a coarray is a coarray if it does
5804 bool coarray; local
5814 coarray = CLASS_DATA (sym)->attr.codimension;
5816 coarray = sym->attr.codimension;
5828 coarray = CLASS_DATA (comp)->attr.codimension;
5833 coarray = comp->attr.codimension
    [all...]
trans-array.cc 4099 /* Use the actual tree type and not the wrapped coarray. */
5881 /* Size of a coarray for all dimensions but the last. */
6304 bool allocatable, coarray, dimension, alloc_w_e3_arr_spec = false, local
6314 /* Take the allocatable and coarray properties solely from the expr-ref's
6327 already associated. This does not hold for ultimate coarray
6335 a coarray. In this case it does not matter whether we are on this_image
6337 coarray = false;
6341 coarray = true;
6346 gcc_assert (coarray);
6370 if (!coarray)
10985 bool coarray = (flag_coarray == GFC_FCOARRAY_LIB local
    [all...]
trans-intrinsic.cc 1222 /* Skip refs upto the first coarray-ref. */
1668 /* Get data from a remote coarray. */
1935 /* Send data to a remote coarray. */
2122 /* Special case: RHS is a coarray but LHS is not; this code path avoids a
2406 /* Coarray-argument version: THIS_IMAGE(coarray [, dim]). */
2412 /* Obtain the descriptor of the COARRAY. */
2689 /* Obtain the descriptor of the COARRAY. */
3818 handling seeding on coarray images. */
3826 /* On none coarray == lib compiles use LOGICAL(4) else regular LOGICAL. *
12638 bool coarray; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
match.cc 992 gfc_error ("Loop variable at %C cannot be a coarray");
4369 bool coarray = tail->expr->symtree->n.sym->attr.codimension; local
4372 coarray = ref->u.c.component->attr.codimension;
4374 if (coarray && gfc_find_state (COMP_DO_CONCURRENT))
4376 gfc_error ("ALLOCATE of coarray at %C in DO CONCURRENT block");
4379 if (coarray && gfc_find_state (COMP_CRITICAL))
4381 gfc_error ("ALLOCATE of coarray at %C in CRITICAL block");
4788 gfc_error ("DEALLOCATE of coarray at %C in DO CONCURRENT block");
4795 gfc_error ("DEALLOCATE of coarray at %C in CRITICAL block");
5370 "coarray", sym->name)
    [all...]
parse.cc 3224 bool coarray, lock_type, event_type, allocatable, pointer; local
3225 coarray = lock_type = event_type = allocatable = pointer = false;
3258 /* Looking for coarray components. */
3263 coarray = true;
3270 coarray = true;
3309 (5.3.14) and that subobjects of coarray are coarray themselves (2.4.7),
3313 if (pointer && !coarray && lock_type)
3315 "codimension or be a subcomponent of a coarray, "
3318 else if (pointer && !coarray && c->ts.type == BT_DERIVE
    [all...]
expr.cc 3666 coarray call, then the convert is done by the coarray routine implictly and
5777 the following is a coarray: A subobject of a coarray is a coarray if it does
5788 bool coarray; local
5798 coarray = CLASS_DATA (sym)->attr.codimension;
5800 coarray = sym->attr.codimension;
5812 coarray = CLASS_DATA (comp)->attr.codimension;
5817 coarray = comp->attr.codimension
    [all...]
trans-array.cc 3893 /* Use the actual tree type and not the wrapped coarray. */
5672 /* Size of a coarray for all dimensions but the last. */
6090 bool allocatable, coarray, dimension, alloc_w_e3_arr_spec = false, local
6099 /* Take the allocatable and coarray properties solely from the expr-ref's
6112 already associated. This does not hold for ultimate coarray
6120 a coarray. In this case it does not matter whether we are on this_image
6122 coarray = false;
6126 coarray = true;
6131 gcc_assert (coarray);
6155 if (!coarray)
10568 bool coarray = (flag_coarray == GFC_FCOARRAY_LIB local
    [all...]
trans-intrinsic.cc 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. *
12340 bool coarray; local
    [all...]

Completed in 86 milliseconds