Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h316 std::optional<Expr<SubscriptInteger>> TripletPart(
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp984 std::optional<Expr<SubscriptInteger>> ExpressionAnalyzer::TripletPart( in TripletPart() function in Fortran::evaluate::ExpressionAnalyzer
1002 TripletPart(lower), TripletPart(upper), TripletPart(stride)}}; in AnalyzeSectionSubscript()