Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp1080 std::vector<Expr<SubscriptInteger>> cosubscripts; in Analyze() local
1086 cosubscripts.push_back( in Analyze()
1093 int numCosubscripts{static_cast<int>(cosubscripts.size())}; in Analyze()
1113 std::move(subscripts), std::move(cosubscripts)}}); in Analyze()