Home | History | Annotate | Download | only in fortran

Lines Matching defs:intent

369       sym_intent  intent of argument
387 sym_intent intent;
441 intent = (sym_intent) va_arg (argp, int);
461 next_arg->intent = intent;
540 1 arguments, specifying the intent of the argument. */
566 1 arguments, specifying the intent of the argument. */
667 2 arguments; same as add_sym_2 - but allows to specify the intent. */
695 2 arguments, specifying the intent of the arguments. */
852 3 arguments, specifying the intent of the arguments. */
4501 /* If the formal argument is INTENT([IN]OUT), check for definability. */
4502 if (formal->intent == INTENT_INOUT || formal->intent == INTENT_OUT)
4505 ? _("actual argument to INTENT = OUT/INOUT")