Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp56 const Fortran::lower::SomeExpr *statExpr, in init()
60 hasStat = builder.createBool(loc, statExpr != nullptr); in init()
61 statAddr = statExpr in init()
62 ? fir::getBase(converter.genExprAddr(loc, statExpr, stmtCtx)) in init()
65 statExpr && errMsgExpr in init()
240 errorManager.init(converter, loc, statExpr, errMsgExpr); in lower()
286 statExpr = Fortran::semantics::GetExpr(statVar); in visitAllocateOptions()
488 const Fortran::lower::SomeExpr *statExpr{nullptr}; member in __anon5a2fc0790111::AllocateStmtHelper
529 const Fortran::lower::SomeExpr *statExpr = nullptr; in genDeallocateStmt() local
535 statExpr = Fortran::semantics::GetExpr(statVar); in genDeallocateStmt()
[all …]