Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/module/
H A D__fortran_type_info.f90104 enumerator :: ElementalFinal = 7, AssumedRankFinal = 8 enumerator
/llvm-project-15.0.7/flang/runtime/
H A Dderived.cpp106 typeInfo::SpecialBinding::Which::ElementalFinal); in FindFinal()
115 if (special->which() == typeInfo::SpecialBinding::Which::ElementalFinal) { in CallFinalSubroutine()
H A Dtype-info.h130 ElementalFinal = 7, enumerator
H A Dtype-info.cpp296 case Which::ElementalFinal: in Dump()