Lines Matching defs:intent
1035 /* Match an intent specification. Since this can only happen after an
1036 INTENT word, a legal intent-spec must follow. */
1049 gfc_error ("Bad INTENT specification at %C");
5307 /* Matched "intent". */
5516 attr = "INTENT (IN)";
5519 attr = "INTENT (OUT)";
5522 attr = "INTENT (IN OUT)";
9013 sym_intent intent;
9018 gfc_error ("INTENT is not allowed inside of BLOCK at %C");
9022 intent = match_intent_spec ();
9023 if (intent == INTENT_UNKNOWN)
9027 current_attr.intent = intent;