Searched refs:procInterface (Results 1 – 6 of 6) sorted by relevance
118 constexpr Parser<ProcInterface> procInterface; // R1513 variable
390 construct<ProcedureDeclarationStmt>(parenthesized(maybe(procInterface)),
467 "PROCEDURE" >> parenthesized(maybe(procInterface)),
1205 if (const Symbol * procInterface{procDetails->interface().symbol()}) { in IsPureProcedure() local1207 return IsPureProcedure(*procInterface); in IsPureProcedure()1243 if (const Symbol * procInterface{procDetails->interface().symbol()}) { in IsElementalProcedure() local1246 return !procInterface->attrs().test(Attr::INTRINSIC) && in IsElementalProcedure()1247 IsElementalProcedure(*procInterface); in IsElementalProcedure()
279 if (const Symbol * procInterface{procDetails->interface().symbol()}) { in IsBindCProcedure() local281 return IsBindCProcedure(*procInterface); in IsBindCProcedure()
5496 ProcInterface procInterface; in HandleUnrestrictedSpecificIntrinsicFunction() local5497 procInterface.set_type(typeSpec); in HandleUnrestrictedSpecificIntrinsicFunction()5498 details.set_interface(procInterface); in HandleUnrestrictedSpecificIntrinsicFunction()