Home
last modified time | relevance | path

Searched refs:Atype (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestInterpretedLexing.java83 final int Atype = g.getTokenType("A"); in testSimpleAltCharTest() local
87 assertEquals(result.getType(), Atype); in testSimpleAltCharTest() local
90 assertEquals(result.getType(), Atype); in testSimpleAltCharTest() local
98 final int Atype = g.getTokenType("A"); in testSingleRuleRef() local
101 assertEquals(result.getType(), Atype); in testSingleRuleRef() local
122 final int Atype = g.getTokenType("A"); in testMultAltLoop() local
127 assertEquals(result.getType(), Atype); in testMultAltLoop() local
130 assertEquals(result.getType(), Atype); in testMultAltLoop() local
133 assertEquals(result.getType(), Atype); in testMultAltLoop() local
136 assertEquals(result.getType(), Atype); in testMultAltLoop() local
[all …]
/external/clang/test/SemaCXX/
Denum-scoped.cpp126 typedef unsigned Atype; typedef
127 enum A : Atype;
129 enum ns::A : ns::Atype {