Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp962 std::optional<Expr<SubscriptInteger>> ExpressionAnalyzer::AsSubscript( in AsSubscript() function in Fortran::evaluate::ExpressionAnalyzer
987 return AsSubscript(Analyze(*s)); in TripletPart()
1010 if (auto subscriptExpr{AsSubscript(Analyze(s))}) { in AnalyzeSectionSubscript()
2594 auto lower{AsSubscript(Analyze(std::get<0>(elem.t)))}; in Analyze()
2595 auto upper{AsSubscript(Analyze(std::get<1>(elem.t)))}; in Analyze()
2606 if (auto lower{AsSubscript(Analyze(bound.v))}) { in Analyze()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h315 std::optional<Expr<SubscriptInteger>> AsSubscript(MaybeExpr &&);