Searched refs:VAR_DEF (Results 1 – 25 of 25) sorted by relevance
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | output | 1 …VAR_DEF char c) (VAR_DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FUNC_HD…
|
D | SimpleC.g | 8 VAR_DEF; 27 : type declarator K_SEMICOLON -> ^(VAR_DEF type declarator)
|
D | SimpleCTP.java | 34 public static final int VAR_DEF=4; field in SimpleCTP 69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { in program() 118 case VAR_DEF: in declaration() 210 match(input,VAR_DEF,FOLLOW_VAR_DEF_in_variable113); in variable() 415 if ( (LA4_0==VAR_DEF) ) { in block()
|
D | SimpleC.tokens | 22 VAR_DEF=25
|
D | SimpleCWalker.tokens | 22 VAR_DEF=25
|
D | SimpleCTP.tokens | 22 VAR_DEF=25
|
D | SimpleCLexer.h | 42 #define VAR_DEF 25 macro
|
D | SimpleCWalker.g | 24 : ^(VAR_DEF type declarator)
|
D | SimpleCTP.g | 24 : ^(VAR_DEF type declarator)
|
D | SimpleCWalker.h | 51 #define VAR_DEF 25 macro
|
D | SimpleCTP.h | 51 #define VAR_DEF 25 macro
|
D | SimpleCWalker.m | 226 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]]; 286 if ( ((LA1_0 >= FUNC_DECL && LA1_0 <= FUNC_DEF)||LA1_0==VAR_DEF) ) { 355 case VAR_DEF: ; 465 …Framework/examples/simplecTreeParser/SimpleCWalker.g:23:1: variable : ^( VAR_DEF type declarator )… 477 …ime/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:24:5: ( ^( VAR_DEF type declarator )… 478 …ntime/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:24:9: ^( VAR_DEF type declarator )… 482 [self match:input TokenType:VAR_DEF Follow:FOLLOW_VAR_DEF_in_variable126]; 786 if ( (LA4_0==VAR_DEF) ) {
|
D | SimpleCTP.m | 226 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]]; 286 if ( ((LA1_0 >= FUNC_DECL && LA1_0 <= FUNC_DEF)||LA1_0==VAR_DEF) ) { 355 case VAR_DEF: ; 465 …bjC/Framework/examples/simplecTreeParser/SimpleCTP.g:23:1: variable : ^( VAR_DEF type declarator )… 477 …runtime/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:24:5: ( ^( VAR_DEF type declarator )… 478 …3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:24:9: ^( VAR_DEF type declarator )… 482 [self match:input TokenType:VAR_DEF Follow:FOLLOW_VAR_DEF_in_variable126]; 786 if ( (LA4_0==VAR_DEF) ) {
|
D | SimpleCParser.h | 60 #define VAR_DEF 25 macro
|
D | SimpleCLexer.java | 31 public static final int VAR_DEF=4; field in SimpleCLexer
|
D | SimpleCParser.m | 919 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]]; 1277 …cTreeParser/SimpleC.g:26:1: variable : type declarator K_SEMICOLON -> ^( VAR_DEF type declarator )… 1309 …es/simplecTreeParser/SimpleC.g:27:5: ( type declarator K_SEMICOLON -> ^( VAR_DEF type declarator )… 1350 // 27:37: -> ^( VAR_DEF type declarator ) 1352 …lr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:27:40: ^( VAR_DEF type declarator ) 1356 [[treeAdaptor createTree:VAR_DEF Text:@"VAR_DEF"] retain]
|
D | SimpleCParser.java | 37 public static final int VAR_DEF=4; field in SimpleCParser 358 … root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(VAR_DEF, "VAR_DEF"), root_1); in variable()
|
/external/antlr/runtime/Python/tests/ |
D | t047treeparser.g | 8 VAR_DEF; 27 : type declarator ';' -> ^(VAR_DEF type declarator)
|
D | t047treeparserWalker.g | 19 : ^(VAR_DEF type declarator)
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | t047treeparser.g | 8 VAR_DEF; 27 : type declarator ';' -> ^(VAR_DEF type declarator)
|
D | t047treeparserWalker.g | 20 : ^(VAR_DEF type declarator)
|
/external/antlr/runtime/Python3/tests/ |
D | t047treeparser.g | 8 VAR_DEF; 27 : type declarator ';' -> ^(VAR_DEF type declarator)
|
D | t047treeparserWalker.g | 19 : ^(VAR_DEF type declarator)
|
/external/antlr/runtime/Cpp/tests/ |
D | t047treeparser.g | 8 VAR_DEF; 40 : type declarator ';' -> ^(VAR_DEF type declarator)
|
D | t047treeparserWalker.g | 25 : ^(VAR_DEF type declarator)
|