Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dresolve89.f9029 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 Dintrinsics.cpp1997 const ActualArgument *arrayArg{nullptr}; Match() local
[all...]