Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h111 bool IsDerivedTypeWithLengthParameter() const;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp396 bool Scope::IsDerivedTypeWithLengthParameter() const { in IsDerivedTypeWithLengthParameter() function in Fortran::semantics::Scope
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp784 return scope->IsDerivedTypeWithLengthParameter(); in dummyRequiresBox()