Searched defs:allocArg (Results 1 – 1 of 1) sorted by relevance
/llvm-project/flang/test/Semantics/ |
H A D | resolve89.f90 | 29 subroutine s(iArg, allocArg, pointerArg, arrayArg, ioArg, optionalArg) argument 34 real, allocatable, intent(in) :: allocArg local 118 subroutine s2(iArg, allocArg, pointerArg, arrayArg, optionalArg) argument 121 real, allocatable, intent(in) :: allocArg local
|