Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h555 FindPolymorphicAllocatableUltimateComponent(const DerivedTypeSpec &);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp271 if (auto bad{FindPolymorphicAllocatableUltimateComponent(*derived)}) { in Check()
305 if (auto bad{FindPolymorphicAllocatableUltimateComponent(*derived)}) { in Check()
H A Dtools.cpp1323 FindPolymorphicAllocatableUltimateComponent(const DerivedTypeSpec &derived) { in FindPolymorphicAllocatableUltimateComponent() function