Searched refs:cotype (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Darray.c630 as->cotype = current_type;
632 switch (as->cotype)
641 as->cotype = AS_ASSUMED_SIZE;
668 as->cotype = AS_ASSUMED_SHAPE;
706 if (as->cotype == AS_ASSUMED_SIZE)
707 as->cotype = AS_EXPLICIT;
710 as->type = as->cotype;
781 sym->as->cotype = as->cotype;
H A Dgfortran.h998 array_type type, cotype; member in struct:__anon102
H A Ddecl.c661 to->cotype = from->cotype;
H A Dsimplify.c3586 if (as->cotype == AS_DEFERRED || as->cotype == AS_ASSUMED_SHAPE)
H A Dmodule.c2470 as->cotype = (as->type == AS_DEFERRED) ? AS_DEFERRED : AS_EXPLICIT;
H A Dresolve.c8690 symtree->n.sym->as->cotype = AS_EXPLICIT;
13815 && !class_attr.allocatable && as && as->cotype == AS_DEFERRED)
13822 && (as->cotype != AS_DEFERRED || as->type != AS_DEFERRED))

Completed in 310 milliseconds