Lines Matching defs:intent
1752 if (ddo->intent == common::Intent::Out) {
2110 } else if (dataObject->intent == common::Intent::Out) {
2113 } else if (dataObject->intent != common::Intent::In &&
2172 if (dataObject->intent == common::Intent::In) {
2175 } else if (dataObject->intent != common::Intent::Out &&
2176 dataObject->intent != common::Intent::InOut) {
2181 if (dataObject->intent == common::Intent::Out) {
2184 } else if (dataObject->intent != common::Intent::In &&
3450 const Symbol &subp, const Symbol *arg, Attr intent) {
3451 // Argument looks like: INTEGER, INTENT(intent) :: arg
3455 CheckDioDummyAttrs(subp, *arg, intent);
3460 const Symbol *arg, std::size_t argPosition, Attr intent) {
3461 // Argument looks like: CHARACTER (LEN=*), INTENT(intent) :: (iotype OR iomsg)
3463 CheckDioDummyAttrs(subp, *arg, intent);
3520 " must have intent '%s'"_err_en_US,
3791 if (!CheckSameIntent(symbol1, symbol2, obj1.intent, obj2.intent)) {
3809 if (!CheckSameIntent(symbol1, symbol2, proc1.intent, proc2.intent)) {
3831 "The intent of dummy argument '%s' does not match the intent"