Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenacc-parsers.cpp55 TYPE_PARSER(construct<AccDeviceTypeExpr>(scalarIntExpr) ||
56 construct<AccDeviceTypeExpr>(
59 construct<AccDeviceTypeExprList>(nonemptyList(Parser<AccDeviceTypeExpr>{})))
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3928 struct AccDeviceTypeExpr { struct
3929 TUPLE_CLASS_BOILERPLATE(AccDeviceTypeExpr);
3936 AccDeviceTypeExprList, std::list<AccDeviceTypeExpr>); argument
H A Ddump-parse-tree.h95 NODE(parser, AccDeviceTypeExpr) in NODE()