Home
last modified time | relevance | path

Searched defs:pointerArg (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
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 Dcheck-call.cpp1388 if (const auto &pointerArg{arguments[0]}) { CheckAssociated() local