Searched refs:Atype (Results 1 – 2 of 2) sorted by relevance
83 final int Atype = g.getTokenType("A"); in testSimpleAltCharTest() local87 assertEquals(result.getType(), Atype); in testSimpleAltCharTest() local90 assertEquals(result.getType(), Atype); in testSimpleAltCharTest() local98 final int Atype = g.getTokenType("A"); in testSingleRuleRef() local101 assertEquals(result.getType(), Atype); in testSingleRuleRef() local122 final int Atype = g.getTokenType("A"); in testMultAltLoop() local127 assertEquals(result.getType(), Atype); in testMultAltLoop() local130 assertEquals(result.getType(), Atype); in testMultAltLoop() local133 assertEquals(result.getType(), Atype); in testMultAltLoop() local136 assertEquals(result.getType(), Atype); in testMultAltLoop() local[all …]
126 typedef unsigned Atype; typedef127 enum A : Atype;129 enum ns::A : ns::Atype {