Searched refs:FUNC_DECL (Results 1 – 25 of 27) sorted by relevance
12
/external/antlr/runtime/Python/tests/ |
D | t047treeparser.g | 11 FUNC_DECL; 22 | functionHeader ';' -> ^(FUNC_DECL functionHeader)
|
D | t047treeparserWalker.g | 14 | ^(FUNC_DECL functionHeader)
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | t047treeparser.g | 11 FUNC_DECL; 22 | functionHeader ';' -> ^(FUNC_DECL functionHeader)
|
D | t047treeparserWalker.g | 15 | ^(FUNC_DECL functionHeader)
|
/external/antlr/runtime/Python3/tests/ |
D | t047treeparser.g | 11 FUNC_DECL; 22 | functionHeader ';' -> ^(FUNC_DECL functionHeader)
|
D | t047treeparserWalker.g | 14 | ^(FUNC_DECL functionHeader)
|
/external/antlr/runtime/Cpp/tests/ |
D | t047treeparser.g | 11 FUNC_DECL; 35 | functionHeader ';' -> ^(FUNC_DECL functionHeader)
|
D | t047treeparserWalker.g | 20 | ^(FUNC_DECL functionHeader)
|
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC.g | 11 FUNC_DECL; 22 | functionHeader K_SEMICOLON -> ^(FUNC_DECL functionHeader)
|
D | SimpleC.tokens | 3 FUNC_DECL=6
|
D | SimpleCWalker.tokens | 3 FUNC_DECL=6
|
D | SimpleCTP.tokens | 3 FUNC_DECL=6
|
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 | 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 | SimpleCWalker.g | 19 | ^(FUNC_DECL functionHeader)
|
D | SimpleCTP.g | 19 | ^(FUNC_DECL functionHeader)
|
D | SimpleCWalker.h | 32 #define FUNC_DECL 6 macro
|
D | SimpleCTP.h | 32 #define FUNC_DECL 6 macro
|
D | SimpleCWalker.m | 223 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 286 if ( ((LA1_0 >= FUNC_DECL && LA1_0 <= FUNC_DEF)||LA1_0==VAR_DEF) ) { 339 …s/simplecTreeParser/SimpleCWalker.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader )… 351 …mework/examples/simplecTreeParser/SimpleCWalker.g:18:5: ( variable | ^( FUNC_DECL functionHeader )… 360 case FUNC_DECL: ; 394 …time/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:19:9: ^( FUNC_DECL functionHeader )… 398 [self match:input TokenType:FUNC_DECL Follow:FOLLOW_FUNC_DECL_in_declaration87];
|
D | SimpleCTP.m | 223 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 286 if ( ((LA1_0 >= FUNC_DECL && LA1_0 <= FUNC_DEF)||LA1_0==VAR_DEF) ) { 339 …mples/simplecTreeParser/SimpleCTP.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader )… 351 …/Framework/examples/simplecTreeParser/SimpleCTP.g:18:5: ( variable | ^( FUNC_DECL functionHeader )… 360 case FUNC_DECL: ; 394 …/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:19:9: ^( FUNC_DECL functionHeader )… 398 [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
|
/external/llvm-project/llvm/test/DebugInfo/Generic/ |
D | namespace.ll | 42 ; CHECK: [[FUNC_DECL:0x[0-9a-f]*]]:{{.*}}DW_TAG_subprogram 124 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[FUNC_DECL]]})
|
/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]]})
|
12