Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dopenacc-parsers.cpp143 TYPE_PARSER(construct<AccTileExpr>(scalarIntConstantExpr) ||
144 construct<AccTileExpr>(
146 TYPE_PARSER(construct<AccTileExprList>(nonemptyList(Parser<AccTileExpr>{})))
/external/llvm-project/flang/lib/Semantics/
Dcanonicalize-acc.cpp63 const std::list<parser::AccTileExpr> &listTileExpr = tileExprList.v; in CheckTileClauseRestriction()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3856 struct AccTileExpr { struct
3857 TUPLE_CLASS_BOILERPLATE(AccTileExpr);
3863 WRAPPER_CLASS_BOILERPLATE(AccTileExprList, std::list<AccTileExpr>); argument
Ddump-parse-tree.h90 NODE(parser, AccTileExpr) in NODE()