Lines Matching defs:kindArg
101 kindArg, // this argument is KIND=
102 effectiveKind, // for function results: "kindArg" value, possibly defaulted
271 {IntType, KindCode::kindArg}, Rank::scalar, Optionality::optional,
277 {IntType, KindCode::kindArg}, Rank::scalar, Optionality::optional,
284 {IntType, KindCode::kindArg}, Rank::scalar, Optionality::optional,
1868 const ActualArgument *kindArg{nullptr};
1872 if (d.typePattern.kindCode == KindCode::kindArg) {
2024 case KindCode::kindArg:
2026 CHECK(!kindArg);
2027 kindArg = arg;
2364 if (kindArg) {
2365 if (auto *expr{kindArg->UnwrapExpr()}) {
2433 case KindCode::kindArg: