Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp691 mlir::Type mlirType = translateDynamicType(dynamicType); in handleImplicitResult()
755 mlir::Type type = translateDynamicType(dynamicType); in handleImplicitDummy()
789 translateDynamicType(const Fortran::evaluate::DynamicType &dynamicType) { in translateDynamicType() function in Fortran::lower::CallInterfaceImpl
848 mlir::Type type = translateDynamicType(dynamicType); in handleExplicitDummy()
942 mlir::Type mlirType = translateDynamicType(typeAndShape->type()); in handleExplicitResult()