Lines Matching refs:GetExpr

72       : loopVariableSym{sym}, lowerExpr{Fortran::semantics::GetExpr(lower)},  in IncrementLoopInfo()
73 upperExpr{Fortran::semantics::GetExpr(upper)},
74 stepExpr{Fortran::semantics::GetExpr(step)}, isUnordered{isUnordered} {}
777 createFIRExpr(toLocation(), Fortran::semantics::GetExpr(expr), stmtCtx); in genFIRConditionalBranch()
786 createFIRExpr(toLocation(), Fortran::semantics::GetExpr(expr), stmtCtx); in genFIRConditionalBranch()
875 Fortran::semantics::GetExpr( in genIfCondition()
931 Fortran::semantics::GetExpr( in genFIR()
953 Fortran::semantics::GetExpr(std::get<Fortran::parser::Expr>(stmt.t)), in genFIR()
1058 info.maskExpr = Fortran::semantics::GetExpr(
1463 Fortran::semantics::GetExpr(std::get<1>(ctrl.t)); in genFIR()
1465 Fortran::semantics::GetExpr(std::get<2>(ctrl.t)); in genFIR()
1474 lowerExpr(*Fortran::semantics::GetExpr(*optStep))) in genFIR()
1506 Fortran::semantics::GetExpr(std::get<1>(ctrl.t)); in genFIR()
1508 Fortran::semantics::GetExpr(std::get<2>(ctrl.t)); in genFIR()
1516 lowerExpr(*Fortran::semantics::GetExpr(*optStep))) in genFIR()
1538 genExprValue(*Fortran::semantics::GetExpr(mask.value()), stmtCtx); in genFIR()
1692 const Fortran::lower::SomeExpr *expr = Fortran::semantics::GetExpr( in genFIR()
1724 Fortran::semantics::GetExpr(caseValue.thing); in genFIR()
2075 Fortran::semantics::GetExpr(pointerObject); in genFIR()
2426 implicitIterSpace.append(Fortran::semantics::GetExpr( in genFIR()
2439 implicitIterSpace.append(Fortran::semantics::GetExpr( in genFIR()
2461 implicitIterSpace.append(Fortran::semantics::GetExpr( in genFIR()
2543 Fortran::semantics::GetExpr(*stmt.v); in genFIR()
3007 analyzeExplicitSpace(*Fortran::semantics::GetExpr(*mask)); in analyzeExplicitSpace()
3065 const Fortran::lower::SomeExpr *exp = Fortran::semantics::GetExpr( in analyzeExplicitSpace()
3091 const Fortran::lower::SomeExpr *exp = Fortran::semantics::GetExpr( in analyzeExplicitSpace()
3103 const Fortran::lower::SomeExpr *exp = Fortran::semantics::GetExpr( in analyzeExplicitSpace()