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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
primary.cc 2834 The coarray_comp is only set, when the expression refs a coarray
2838 coarray_comp has to false. */
2843 int dimension, codimension, pointer, allocatable, target, coarray_comp; local
2879 target = coarray_comp = 0;
2917 /* Set coarray_comp only, when this component introduces the
2919 coarray_comp = !codimension && CLASS_DATA (comp)->attr.codimension;
2926 /* Set coarray_comp only, when this component introduces the
2928 coarray_comp = !codimension && comp->attr.codimension;
2956 attr.coarray_comp = coarray_comp;
    [all...]
gfortran.h 974 private_comp:1, zero_comp:1, coarray_comp:1, lock_comp:1, member in struct:__anon16051
  /src/external/gpl3/gcc/dist/gcc/fortran/
primary.cc 2979 The coarray_comp is only set, when the expression refs a coarray
2983 coarray_comp has to false. */
2988 int dimension, codimension, pointer, allocatable, target, coarray_comp; local
3024 target = coarray_comp = 0;
3062 /* Set coarray_comp only, when this component introduces the
3064 coarray_comp = !codimension && CLASS_DATA (comp)->attr.codimension;
3071 /* Set coarray_comp only, when this component introduces the
3073 coarray_comp = !codimension && comp->attr.codimension;
3101 attr.coarray_comp = coarray_comp;
    [all...]
gfortran.h 982 private_comp:1, zero_comp:1, coarray_comp:1, lock_comp:1, member in struct:__anon13616

Completed in 41 milliseconds