Searched refs:AS_EXPLICIT (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Darray.c380 x 1 x AS_EXPLICIT
382 x:y x y AS_EXPLICIT
429 return AS_EXPLICIT;
453 return AS_EXPLICIT;
525 case AS_EXPLICIT:
532 if (current_type == AS_EXPLICIT)
638 case AS_EXPLICIT:
645 if (current_type == AS_EXPLICIT)
700 if (current_type == AS_EXPLICIT)
707 as->cotype = AS_EXPLICIT;
[all...]
H A Ddump-parse-tree.c173 case AS_EXPLICIT: c = "AS_EXPLICIT"; break;
H A Dtrans-types.c1307 if (sym->assoc && sym->as->type != AS_EXPLICIT)
1317 gcc_assert (sym->as->type == AS_EXPLICIT || sym->as->cp_was_assumed);
H A Dclass.c1381 tmp_array->as->type = AS_EXPLICIT;
1719 sizes->as->type = AS_EXPLICIT;
1736 strides->as->type = AS_EXPLICIT;
H A Dinterface.c1219 if (s1->as->type == AS_EXPLICIT)
1384 if (r1->as->type == AS_EXPLICIT)
2334 if (sym->as->type != AS_EXPLICIT)
H A Dtrans-decl.c663 || sym->as->type != AS_EXPLICIT
1068 if (as->type == AS_EXPLICIT)
4104 /* Assumed-size Cray pointees need to be treated as AS_EXPLICIT. */
4107 type_of_array = AS_EXPLICIT;
4110 case AS_EXPLICIT:
4829 if (sym->as->type != AS_EXPLICIT)
H A Dmodule.c2423 minit ("EXPLICIT", AS_EXPLICIT),
2470 as->cotype = (as->type == AS_DEFERRED) ? AS_DEFERRED : AS_EXPLICIT;
6352 sym->as->type = AS_EXPLICIT;
H A Ddecl.c1550 sym->as->type = AS_EXPLICIT;
1635 if ((*as)->type != AS_DEFERRED && (*as)->type != AS_EXPLICIT)
1734 if (c->as->type != AS_EXPLICIT)
H A Ddependency.c51 #define IS_ARRAY_EXPLICIT(as) ((as->type == AS_EXPLICIT ? 1 : 0))
H A Dcheck.c4312 if (!c_f_ptr && ar->as->type != AS_EXPLICIT
4628 if (ar->as->type != AS_EXPLICIT && ar->as->type != AS_ASSUMED_SIZE
H A Dgfortran.h150 { AS_EXPLICIT = 1, AS_ASSUMED_SHAPE, AS_DEFERRED, enumerator in enum:__anon81
1004 AS_EXPLICIT, but we want to remember that we
H A Dfrontend-passes.c604 symbol->as->type = AS_EXPLICIT;
H A Dtrans-array.c769 if (!as || as->type != AS_EXPLICIT)
2030 as.type = AS_EXPLICIT;
5295 gcc_assert (ref->u.ar.as->type == AS_EXPLICIT);
5945 checkparm = (sym->as->type == AS_EXPLICIT
H A Dmatch.c4607 if (as->type != AS_EXPLICIT)
H A Dsymbol.c4630 if (sym->attr.dimension && sym->as->type != AS_EXPLICIT)
H A Dexpr.c2586 case AS_EXPLICIT:
H A Dresolve.c8689 symtree->n.sym->as->type = AS_EXPLICIT;
8690 symtree->n.sym->as->cotype = AS_EXPLICIT;
13422 AS_EXPLICIT already. */
13587 if (sym->attr.dimension && sym->as->type == AS_EXPLICIT)

Completed in 478 milliseconds