Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp842 std::optional<Expr<SubscriptInteger>> ExpressionAnalyzer::AsSubscript( in AsSubscript() function in Fortran::evaluate::ExpressionAnalyzer
867 return AsSubscript(Analyze(*s)); in TripletPart()
890 if (auto subscriptExpr{AsSubscript(Analyze(s))}) { in AnalyzeSectionSubscript()
2194 auto lower{AsSubscript(Analyze(std::get<0>(elem.t)))}; in Analyze()
2195 auto upper{AsSubscript(Analyze(std::get<1>(elem.t)))}; in Analyze()
2206 if (auto lower{AsSubscript(Analyze(bound.v))}) { in Analyze()
/external/llvm-project/flang/include/flang/Semantics/
Dexpression.h333 std::optional<Expr<SubscriptInteger>> AsSubscript(MaybeExpr &&);