Lines Matching refs:SomeExpr
56 const Fortran::lower::SomeExpr *statExpr, in init()
57 const Fortran::lower::SomeExpr *errMsgExpr) { in init()
223 const Fortran::lower::SomeExpr *expr = Fortran::semantics::GetExpr(allocObj); in genMutableBoxValue()
440 Fortran::lower::SomeExpr lenExpr{*intExpr}; in lowerAllocateLengthParameters()
486 const Fortran::lower::SomeExpr *sourceExpr{nullptr};
487 const Fortran::lower::SomeExpr *moldExpr{nullptr};
488 const Fortran::lower::SomeExpr *statExpr{nullptr};
489 const Fortran::lower::SomeExpr *errMsgExpr{nullptr};
529 const Fortran::lower::SomeExpr *statExpr = nullptr; in genDeallocateStmt()
530 const Fortran::lower::SomeExpr *errMsgExpr = nullptr; in genDeallocateStmt()
675 const Fortran::lower::SomeExpr &expr) { in isArraySectionWithoutVectorSubscript()
683 const fir::MutableBoxValue &box, const Fortran::lower::SomeExpr &source, in associateMutableBox()
702 bool Fortran::lower::isWholeAllocatable(const Fortran::lower::SomeExpr &expr) { in isWholeAllocatable()
709 bool Fortran::lower::isWholePointer(const Fortran::lower::SomeExpr &expr) { in isWholePointer()