Searched refs:AccDeviceTypeExpr (Results 1 – 3 of 3) sorted by relevance
55 TYPE_PARSER(construct<AccDeviceTypeExpr>(scalarIntExpr) ||56 construct<AccDeviceTypeExpr>(59 construct<AccDeviceTypeExprList>(nonemptyList(Parser<AccDeviceTypeExpr>{})))
3928 struct AccDeviceTypeExpr { struct3929 TUPLE_CLASS_BOILERPLATE(AccDeviceTypeExpr);3936 AccDeviceTypeExprList, std::list<AccDeviceTypeExpr>); argument
95 NODE(parser, AccDeviceTypeExpr) in NODE()