Home
last modified time | relevance | path

Searched refs:mustPassLengthWithDummyProcedure (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp647 static bool mustPassLengthWithDummyProcedure( in mustPassLengthWithDummyProcedure() function in Fortran::lower::CallInterfaceImpl
914 if (resultTy && mustPassLengthWithDummyProcedure(procedure)) { in handleImplicitDummy()
1213 static bool mustPassLengthWithDummyProcedure( in mustPassLengthWithDummyProcedure() function
1218 mustPassLengthWithDummyProcedure(*characteristics); in mustPassLengthWithDummyProcedure()
1221 bool Fortran::lower::mustPassLengthWithDummyProcedure( in mustPassLengthWithDummyProcedure() function in Fortran::lower
1227 return ::mustPassLengthWithDummyProcedure(characteristics); in mustPassLengthWithDummyProcedure()
1238 if (::mustPassLengthWithDummyProcedure(iface)) in getDummyProcedureType()
H A DConvertExpr.cpp912 if (Fortran::lower::mustPassLengthWithDummyProcedure(proc, converter)) { in genval()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCallInterface.h413 bool mustPassLengthWithDummyProcedure(