Searched defs:pointerArg (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 35 real, pointer, intent(in) :: pointerArg local 118 subroutine s2(iArg, allocArg, pointerArg, arrayArg, optionalArg) argument 122 real, pointer, intent(in) :: pointerArg local
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-call.cpp | 1388 if (const auto &pointerArg{arguments[0]}) { CheckAssociated() local
|