Home
last modified time | relevance | path

Searched defs:ScalarIntExpr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dunparse.cpp1142 [&](const ScalarIntExpr &) { Word("UNTIL_COUNT="); }, in Before()
1160 [&](const ScalarIntExpr &) { Word("NEW_INDEX="); }, in Before()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h328 using ScalarIntExpr = Scalar<IntExpr>; variable