Searched refs:pointerArg (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | resolve89.f90 | 35 real, pointer, intent(in) :: pointerArg local 44 real, dimension(merge(1, 2, associated(pointerArg))) :: realVar2 81 real, dimension(merge(1, 2, associated(pointerArg))) :: realField2 123 real, pointer, intent(in) :: pointerArg local 137 character(merge(1, 2, associated(pointerArg))) :: assocField 150 type(paramType(merge(1, 2, associated(pointerArg)))) :: assocField
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | intrinsics.cpp | 2220 if (const auto &pointerArg{call.arguments[0]}) { in CheckAssociated() local 2221 if (const auto *pointerExpr{pointerArg->UnwrapExpr()}) { in CheckAssociated() 2224 AttachDeclaration(context.messages().Say(pointerArg->sourceLocation(), in CheckAssociated() 2316 if (const auto pointerType{pointerArg->GetType()}) { in CheckAssociated()
|