/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t047treeparser.g | 11 FUNC_DECL; 22 | functionHeader ';' -> ^(FUNC_DECL functionHeader)
|
D | t047treeparserWalker.g | 14 | ^(FUNC_DECL functionHeader)
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t047treeparser.g | 11 FUNC_DECL; 22 | functionHeader ';' -> ^(FUNC_DECL functionHeader)
|
D | t047treeparserWalker.g | 15 | ^(FUNC_DECL functionHeader)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC.g | 11 FUNC_DECL; 22 | functionHeader K_SEMICOLON -> ^(FUNC_DECL functionHeader)
|
D | SimpleCTP.java | 27 public static final int FUNC_DECL=7; field in SimpleCTP 69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { in program() 123 case FUNC_DECL: in declaration() 155 match(input,FUNC_DECL,FOLLOW_FUNC_DECL_in_declaration74); in declaration()
|
D | SimpleCTP.tokens | 3 FUNC_DECL=6
|
D | SimpleC.tokens | 3 FUNC_DECL=6
|
D | output | 1 tree=(VAR_DEF char c) (VAR_DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FU…
|
D | SimpleCLexer.h | 23 #define FUNC_DECL 6 macro
|
D | SimpleCTP.g | 19 | ^(FUNC_DECL functionHeader)
|
D | SimpleCTP.h | 32 #define FUNC_DECL 6 macro
|
D | SimpleCTP.m | 232 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 292 if ( ((LA1_0 >= FUNC_DECL && LA1_0 <= FUNC_DEF)||LA1_0==VAR_DEF) ) { 344 …* SimpleCTP.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functio… 352 …// SimpleCTP.g:18:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block… 361 case FUNC_DECL: ; 394 // SimpleCTP.g:19:9: ^( FUNC_DECL functionHeader ) // alt 396 [self match:input TokenType:FUNC_DECL Follow:FOLLOW_FUNC_DECL_in_declaration87];
|
D | SimpleCParser.h | 41 #define FUNC_DECL 6 macro
|
D | SimpleCLexer.java | 24 public static final int FUNC_DECL=7; field in SimpleCLexer
|
D | SimpleCParser.m | 104 …return @"20:1: declaration : ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL functionHeade… 913 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 1069 …* SimpleC.g:20:1: declaration : ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL functionHe… 1105 …// SimpleC.g:21:5: ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL functionHeader ) | func… 1158 // 22:36: -> ^( FUNC_DECL functionHeader ) 1160 // SimpleC.g:22:39: ^( FUNC_DECL functionHeader ) 1164 [treeAdaptor createTree:FUNC_DECL Text:@"FUNC_DECL"]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCTP.java | 27 public static final int FUNC_DECL=7; field in SimpleCTP 69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { in program() 123 case FUNC_DECL: in declaration() 155 match(input,FUNC_DECL,FOLLOW_FUNC_DECL_in_declaration74); in declaration()
|
D | SimpleCTP.tokens | 14 FUNC_DECL=7
|
D | SimpleC.tokens | 14 FUNC_DECL=7
|
D | SimpleCLexer.h | 39 #define FUNC_DECL 7 macro
|
D | SimpleCTP.h | 27 #define FUNC_DECL 7 macro
|
D | SimpleCTP.m | 237 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK", 288 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { 332 …mples/simplecTreeParser/SimpleCTP.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader )… 339 …/Framework/examples/simplecTreeParser/SimpleCTP.g:18:5: ( variable | ^( FUNC_DECL functionHeader )… 347 case FUNC_DECL: ; 376 …jC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:19:9: ^( FUNC_DECL functionHeader )… 378 … [self match:input TokenType:FUNC_DECL Follow:FOLLOW_FUNC_DECL_in_declaration87]; /* element() */
|
D | SimpleCParser.h | 35 #define FUNC_DECL 7 macro
|
D | SimpleCLexer.java | 24 public static final int FUNC_DECL=7; field in SimpleCLexer
|
/external/llvm/test/DebugInfo/Generic/ |
D | namespace.ll | 39 ; CHECK: [[FUNC_DECL:0x[0-9a-f]*]]:{{.*}}DW_TAG_subprogram 127 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[FUNC_DECL]]})
|