Searched refs:FUNC_DEF (Results 1 – 25 of 29) sorted by relevance
12
/external/antlr/runtime/JavaScript/tests/functional/ |
D | t047treeparser.g | 12 FUNC_DEF; 23 | functionHeader block -> ^(FUNC_DEF functionHeader block)
|
D | t047treeparserWalker.g | 16 | ^(FUNC_DEF functionHeader block)
|
/external/antlr/runtime/Python/tests/ |
D | t047treeparser.g | 12 FUNC_DEF; 23 | functionHeader block -> ^(FUNC_DEF functionHeader block)
|
D | t047treeparserWalker.g | 15 | ^(FUNC_DEF functionHeader block)
|
/external/antlr/runtime/Python3/tests/ |
D | t047treeparser.g | 12 FUNC_DEF; 23 | functionHeader block -> ^(FUNC_DEF functionHeader block)
|
D | t047treeparserWalker.g | 15 | ^(FUNC_DEF functionHeader block)
|
/external/antlr/runtime/Cpp/tests/ |
D | t047treeparser.g | 12 FUNC_DEF; 36 | functionHeader block -> ^(FUNC_DEF functionHeader block)
|
D | t047treeparserWalker.g | 21 | ^(FUNC_DEF functionHeader block)
|
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC.g | 12 FUNC_DEF; 23 | functionHeader block -> ^(FUNC_DEF functionHeader block)
|
D | SimpleCTP.java | 23 public static final int FUNC_DEF=8; field in SimpleCTP 69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { in program() 128 case FUNC_DEF: in declaration() 171 match(input,FUNC_DEF,FOLLOW_FUNC_DEF_in_declaration88); in declaration()
|
D | SimpleCTP.tokens | 4 FUNC_DEF=7
|
D | SimpleC.tokens | 4 FUNC_DEF=7
|
D | SimpleCWalker.tokens | 4 FUNC_DEF=7
|
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 | 24 #define FUNC_DEF 7 macro
|
D | SimpleCWalker.g | 20 | ^(FUNC_DEF functionHeader block)
|
D | SimpleCTP.g | 20 | ^(FUNC_DEF functionHeader block)
|
D | SimpleCWalker.h | 33 #define FUNC_DEF 7 macro
|
D | SimpleCTP.h | 33 #define FUNC_DEF 7 macro
|
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 …P.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader bl… 351 …arser/SimpleCTP.g:18:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader bl… 365 case FUNC_DEF: ; 416 …/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:20:9: ^( FUNC_DEF functionHeader bl… 420 [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101];
|
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 …r.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader bl… 351 …r/SimpleCWalker.g:18:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader bl… 365 case FUNC_DEF: ; 416 …time/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:20:9: ^( FUNC_DEF functionHeader bl… 420 [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101];
|
D | SimpleCParser.h | 42 #define FUNC_DEF 7 macro
|
D | SimpleCLexer.java | 20 public static final int FUNC_DEF=8; field in SimpleCLexer
|
/external/yapf/yapftests/ |
D | subtype_assigner_test.py | 53 ('foo', {format_token.Subtype.FUNC_DEF}), 108 ('foo', {format_token.Subtype.FUNC_DEF}),
|
/external/yapf/yapf/yapflib/ |
D | format_token.py | 54 FUNC_DEF = 17 variable in Subtype
|
12