Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h109 bool IsDerivedTypeWithKindParameter() const;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp399 bool Scope::IsDerivedTypeWithKindParameter() const { in IsDerivedTypeWithKindParameter() function in Fortran::semantics::Scope
H A Dcompute-offsets.cpp72 if (scope.symbol() && scope.IsDerivedTypeWithKindParameter()) { in Compute()
H A Druntime-type-info.cpp375 if (!derivedTypeSpec && !dtScope.IsDerivedTypeWithKindParameter() && in DescribeType()
439 !derivedTypeSpec && dtScope.IsDerivedTypeWithKindParameter()}; in DescribeType()