Home
last modified time | relevance | path

Searched refs:CountLenParameters (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcompute-offsets.cpp320 int lenParams{derived ? CountLenParameters(*derived) : 0}; in GetSizeAndAlignment()
/llvm-project-15.0.7/flang/lib/Lower/
H A DHostAssociations.cpp228 return Fortran::semantics::CountLenParameters(*derived) != 0; in isDerivedWithLenParameters()
H A DAllocatable.cpp432 if (Fortran::semantics::CountLenParameters(*derived) > 0) in lowerAllocateLengthParameters()
H A DConvertVariable.cpp146 return Fortran::semantics::CountLenParameters(*derived) > 0; in hasDerivedTypeWithLengthParameters()
1290 if (Fortran::semantics::CountLenParameters(*derived) != 0) in mapSymbolAttributes()
H A DCallInterface.cpp227 if (Fortran::semantics::CountLenParameters(derivedTypeSpec) > 0) in walkResultLengths()
H A DConvertExpr.cpp945 return Fortran::semantics::CountLenParameters(*derived) > 0; in isDerivedTypeWithLenParameters()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h1147 int CountLenParameters(const DerivedTypeSpec &);
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp1483 int CountLenParameters(const DerivedTypeSpec &type) { in CountLenParameters() function