Home
last modified time | relevance | path

Searched defs:ashape (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dcall03.f90212 subroutine test09(ashape, polyarray, c, assumed_shape_char) ! 15.5.2.4(14), 15.5.2.11 argument
218 real :: ashape(:) local
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp835 if (auto ashape{(*this)(call.arguments()[0])}) { in operator ()() local