Home
last modified time | relevance | path

Searched refs:isPointerAssignment (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dassignment.cpp47 parser::CharBlock rhsSource, bool isPointerAssignment);
166 const SomeExpr &rhs, parser::CharBlock source, bool isPointerAssignment) { in CheckForPureContext() argument
185 if (isPointerAssignment) { in CheckForPureContext()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp4212 if (isPointerAssignment()) in convertElementForUpdate()
4216 if (isPointerAssignment() && eleTy.isa<fir::BoxType>() && in convertElementForUpdate()
4773 return explicitSpaceIsActive() && !isPointerAssignment() in asScalarArray()
5185 const bool isPtrAssn = isPointerAssignment(); in genProcRef()
6950 if (index != revPath.size() - 1 || !isPointerAssignment()) { in lowerPath()
7048 if (!isPointerAssignment()) { in applyPathToArrayLoad()
7118 if (isPointerAssignment()) { in applyPathToArrayLoad()
7196 return isPointerAssignment() && Fortran::semantics::IsPointer(x) && in tailIsPointerInPointerAssignment()
7384 inline bool isPointerAssignment() const { return lbounds.has_value(); } in isPointerAssignment() function in __anon67dfc8455a11::ArrayExprLowering
7387 return isPointerAssignment() && !ubounds.has_value(); in isBoundsSpec()
[all …]