Home
last modified time | relevance | path

Searched refs:IsArgDescriptor (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Ddescriptor-io.cpp53 if (special.IsArgDescriptor(0)) { in DefinedFormattedIo()
92 if (special.IsArgDescriptor(0)) { in DefinedUnformattedIo()
H A Dderived.cpp118 if (special->IsArgDescriptor(0)) { in CallFinalSubroutine()
136 } else if (special->IsArgDescriptor(0)) { in CallFinalSubroutine()
H A Dassign.cpp20 bool toIsDesc{special.IsArgDescriptor(0)}; in DoScalarDefinedAssignment()
21 bool fromIsDesc{special.IsArgDescriptor(1)}; in DoScalarDefinedAssignment()
H A Dtype-info.h141 bool IsArgDescriptor(int zeroBasedArg) const { in IsArgDescriptor() function