Searched defs:arrayArg (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/test/Semantics/ |
H A D | resolve89.f90 | 29 subroutine s(iArg, allocArg, pointerArg, arrayArg, ioArg, optionalArg) argument 36 integer, dimension(:), intent(in) :: arrayArg local 118 subroutine s2(iArg, allocArg, pointerArg, arrayArg, optionalArg) argument 123 integer, dimension(:), intent(in) :: arrayArg local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | intrinsics.cpp | 1997 const ActualArgument *arrayArg{nullptr}; Match() local [all...] |