Lines Matching defs:unlimited
2559 /* As assumed-type is unlimited polymorphic (cf. above).
7588 bool unlimited;
7597 unlimited = UNLIMITED_POLY(sym);
7643 if (allocatable == 0 && attr.pointer == 0 && !unlimited)
7819 bool unlimited;
7851 /* Is the allocate-object unlimited polymorphic? */
7852 unlimited
7965 if (code->expr3->ts.kind != e->ts.kind && !unlimited)
8066 if (e->ts.type == BT_CLASS && !unlimited && !UNLIMITED_POLY (code->expr3))
8080 else if (unlimited && !UNLIMITED_POLY (code->expr3))
15218 /* Nothing more to do for unlimited polymorphic entities. */