Home | History | Annotate | Download | only in fortran

Lines Matching defs:implicit

24    relevant symbols.  For an implicit interface, the arguments don't
28 Implicit interfaces are linked together in a singly linked list
55 Implicit interfaces:
56 An implicit interface is represented as a singly linked list of
4046 bool implicit = false;
4048 /* Warn about calls with an implicit interface. Special case
4055 implicit = true;
4078 "Procedure %qs called with an implicit interface at %L",
4120 implicit interface. */
4122 if (implicit && a->expr && a->expr->ts.type == BT_CLASS)
4235 /* Warn about calls with an implicit interface. Special case
4242 "Procedure pointer component %qs called with an implicit "