Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp1220 std::vector<Expr<SubscriptInteger>> cosubscripts; in Analyze() local
1226 cosubscripts.push_back( in Analyze()
1233 int numCosubscripts{static_cast<int>(cosubscripts.size())}; in Analyze()
1253 std::move(subscripts), std::move(cosubscripts)}}); in Analyze()