Searched refs:IsArgDescriptor (Results 1 – 4 of 4) sorted by relevance
53 if (special.IsArgDescriptor(0)) { in DefinedFormattedIo()92 if (special.IsArgDescriptor(0)) { in DefinedUnformattedIo()
118 if (special->IsArgDescriptor(0)) { in CallFinalSubroutine()136 } else if (special->IsArgDescriptor(0)) { in CallFinalSubroutine()
20 bool toIsDesc{special.IsArgDescriptor(0)}; in DoScalarDefinedAssignment()21 bool fromIsDesc{special.IsArgDescriptor(1)}; in DoScalarDefinedAssignment()
141 bool IsArgDescriptor(int zeroBasedArg) const { in IsArgDescriptor() function