Home
last modified time | relevance | path

Searched refs:LA1_0 (Results 1 – 25 of 33) sorted by relevance

12

/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.java272 int LA1_0 = input.LA(1); in mID() local
274 …if ( ((LA1_0>='0' && LA1_0<='9')||(LA1_0>='A' && LA1_0<='Z')||LA1_0=='_'||(LA1_0>='a' && LA1_0<='z… in mID()
DSimpleCTP.java67 int LA1_0 = input.LA(1); in program() local
69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { in program()
DSimpleCLexer.m233 NSInteger LA1_0 = [input LA:1];
234 …if ( ((LA1_0 >= '0' && LA1_0 <= '9')||(LA1_0 >= 'A' && LA1_0 <= 'Z')||LA1_0=='_'||(LA1_0 >= 'a' &&…
DSimpleCParser.java93 int LA1_0 = input.LA(1); in program() local
95 if ( (LA1_0==ID||(LA1_0>=INT_TYPE && LA1_0<=VOID)) ) { in program()
DSimpleCTP.m285 NSInteger LA1_0 = [input LA:1];
286 if ( ((LA1_0 >= FUNC_DECL && LA1_0 <= FUNC_DEF)||LA1_0==VAR_DEF) ) {
DSimpleCWalker.m285 NSInteger LA1_0 = [input LA:1];
286 if ( ((LA1_0 >= FUNC_DECL && LA1_0 <= FUNC_DEF)||LA1_0==VAR_DEF) ) {
/external/antlr/runtime/ObjC/Framework/examples/lexertest-simple/
DTestLexer.m89 NSInteger LA1_0 = [input LA:1];
90 …if ( ((LA1_0 >= '0' && LA1_0 <= '9')||(LA1_0 >= 'A' && LA1_0 <= 'Z')||(LA1_0 >= 'a' && LA1_0 <= 'z…
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugGrammarLexer.cs249 int LA1_0 = input.LA(1); in mID()
251 if ( ((LA1_0>='A' && LA1_0<='Z')||(LA1_0>='a' && LA1_0<='z')) ) in mID()
DProfileGrammarLexer.cs249 int LA1_0 = input.LA(1); in mID()
251 if ( ((LA1_0>='A' && LA1_0<='Z')||(LA1_0>='a' && LA1_0<='z')) ) in mID()
DDebugTreeGrammar.cs130 int LA1_0 = input.LA(1); in prog()
132 if ( ((LA1_0>=CALL && LA1_0<=INT)||(LA1_0>=10 && LA1_0<=11)||(LA1_0>=14 && LA1_0<=17)) ) in prog()
DProfileTreeGrammar.cs135 int LA1_0 = input.LA(1); in prog()
137 if ( ((LA1_0>=CALL && LA1_0<=INT)||(LA1_0>=10 && LA1_0<=11)||(LA1_0>=14 && LA1_0<=17)) ) in prog()
DDebugGrammarParser.cs173 int LA1_0 = input.LA(1); in prog()
175 if ( ((LA1_0>=ID && LA1_0<=NEWLINE)||LA1_0==12) ) in prog()
DProfileGrammarParser.cs177 int LA1_0 = input.LA(1); in prog()
179 if ( ((LA1_0>=ID && LA1_0<=NEWLINE)||LA1_0==12) ) in prog()
/external/antlr/runtime/ObjC/Framework/examples/combined/
DCombinedLexer.m93 NSInteger LA1_0 = [input LA:1];
94 …if ( ((LA1_0 >= '0' && LA1_0 <= '9')||(LA1_0 >= 'A' && LA1_0 <= 'Z')||LA1_0=='_'||(LA1_0 >= 'a' &&…
DCombinedParser.m111 NSInteger LA1_0 = [input LA:1];
112 if ( (LA1_0==ID) ) {
/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/
DTLexer.m128 NSInteger LA1_0 = [input LA:1];
129 …if ( ((LA1_0 >= '0' && LA1_0 <= '9')||(LA1_0 >= 'A' && LA1_0 <= 'Z')||LA1_0=='_'||(LA1_0 >= 'a' &&…
DTParser.m128 NSInteger LA1_0 = [input LA:1];
130 if ( (LA1_0==ID) ) {
133 else if ( (LA1_0==7) ) {
151 nvae.c = LA1_0;
/external/antlr/runtime/ObjC/Framework/examples/treerewrite/
DTreeRewriteLexer.m85 NSInteger LA1_0 = [input LA:1];
86 if ( ((LA1_0 >= '0' && LA1_0 <= '9')) ) {
/external/antlr/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m574 NSInteger LA1_0 = [input LA:1];
575 …if ( ((LA1_0 >= '0' && LA1_0 <= '9')||(LA1_0 >= 'A' && LA1_0 <= 'Z')||LA1_0=='_'||(LA1_0 >= 'a' &&…
DSimpleCParser.m393 NSInteger LA1_0 = [input LA:1];
394 if ( (LA1_0==ID||LA1_0==15||(LA1_0 >= 17 && LA1_0 <= 18)) ) {
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
DPolyLexer.m155 NSInteger LA1_0 = [input LA:1];
156 if ( ((LA1_0 >= 'a' && LA1_0 <= 'z')) ) {
DPolyParser.m304 NSInteger LA1_0 = [input LA:1];
305 if ( (LA1_0==8) ) {
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.m189 NSInteger LA1_0 = [input LA:1];
190 if ( ((LA1_0 >= 'a' && LA1_0 <= 'z')) ) {
/external/antlr/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m359 NSInteger LA1_0 = [input LA:1];
360 if ( ((LA1_0 >= 'a' && LA1_0 <= 'z')) ) {
DSymbolTableParser.m209 NSInteger LA1_0 = [input LA:1];
210 if ( (LA1_0==12) ) {

12