Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Semantics/
H A Ddata04.f9058 integer, allocatable :: allocVal component
88 DATA(largeArray(j) % allocVal , j = 1, 10) / 10 * 1/
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp437 mlir::Value allocVal = builder->allocateLocal( in createHostAssociateVarClone() local
441 return allocVal; in createHostAssociateVarClone()