OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FUNC_DECL
(Results
1 - 12
of
12
) sorted by null
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h
23
#define
FUNC_DECL
6
SimpleCTP.h
32
#define
FUNC_DECL
6
SimpleCParser.h
41
#define
FUNC_DECL
6
SimpleCLexer.java
24
public static final int
FUNC_DECL
=7;
SimpleCTP.java
10
"<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "
FUNC_DECL
", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
27
public static final int
FUNC_DECL
=7;
69
if ( (LA1_0==VAR_DEF||(LA1_0>=
FUNC_DECL
&& LA1_0<=FUNC_DEF)) ) {
112
// SimpleCTP.g:12:1: declaration : ( variable | ^(
FUNC_DECL
functionHeader ) | ^( FUNC_DEF functionHeader block ) );
115
// SimpleCTP.g:13:5: ( variable | ^(
FUNC_DECL
functionHeader ) | ^( FUNC_DEF functionHeader block ) )
123
case
FUNC_DECL
:
153
// SimpleCTP.g:14:9: ^(
FUNC_DECL
functionHeader )
155
match(input,
FUNC_DECL
,FOLLOW_FUNC_DECL_in_declaration74);
SimpleCParser.java
13
"<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "
FUNC_DECL
", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
30
public static final int
FUNC_DECL
=7;
150
// SimpleC.g:20:1: declaration : ( variable | functionHeader ';' -> ^(
FUNC_DECL
functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) );
172
// SimpleC.g:21:5: ( variable | functionHeader ';' -> ^(
FUNC_DECL
functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) )
215
// 22:28: -> ^(
FUNC_DECL
functionHeader )
217
// SimpleC.g:22:31: ^(
FUNC_DECL
functionHeader )
220
root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(
FUNC_DECL
, "
FUNC_DECL
"), root_1);
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h
39
#define
FUNC_DECL
7
SimpleCTP.h
27
#define
FUNC_DECL
7
SimpleCParser.h
35
#define
FUNC_DECL
7
SimpleCLexer.java
24
public static final int
FUNC_DECL
=7;
SimpleCTP.java
10
"<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "
FUNC_DECL
", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
27
public static final int
FUNC_DECL
=7;
69
if ( (LA1_0==VAR_DEF||(LA1_0>=
FUNC_DECL
&& LA1_0<=FUNC_DEF)) ) {
112
// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:12:1: declaration : ( variable | ^(
FUNC_DECL
functionHeader ) | ^( FUNC_DEF functionHeader block ) );
115
// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:13:5: ( variable | ^(
FUNC_DECL
functionHeader ) | ^( FUNC_DEF functionHeader block ) )
123
case
FUNC_DECL
:
153
// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:14:9: ^(
FUNC_DECL
functionHeader )
155
match(input,
FUNC_DECL
,FOLLOW_FUNC_DECL_in_declaration74);
SimpleCParser.java
13
"<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "
FUNC_DECL
", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
30
public static final int
FUNC_DECL
=7;
150
// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:20:1: declaration : ( variable | functionHeader ';' -> ^(
FUNC_DECL
functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) );
172
// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:21:5: ( variable | functionHeader ';' -> ^(
FUNC_DECL
functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) )
215
// 22:28: -> ^(
FUNC_DECL
functionHeader )
217
// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:22:31: ^(
FUNC_DECL
functionHeader )
220
root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(
FUNC_DECL
, "
FUNC_DECL
"), root_1);
[
all
...]
Completed in 108 milliseconds