Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dbind-c13.f903 subroutine interop(ptr,ashape,arank,eshape,asize) bind(c) argument
H A Dcall03.f90216 subroutine test09(ashape, polyarray, c, assumed_shape_char) ! 15.5.2.4(14), 15.5.2.11 argument
222 real :: ashape(:) local
/llvm-project/flang/lib/Evaluate/
H A Dshape.cpp942 if (auto ashape{(*this)(call.arguments()[0])}) { operator ()() local