HomeSort by relevance Sort by last modified time
    Searched defs:VAR_DEF (Results 1 - 12 of 12) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h 42 #define VAR_DEF 25
SimpleCTP.h 51 #define VAR_DEF 25
SimpleCParser.h 60 #define VAR_DEF 25
SimpleCLexer.java 31 public static final int VAR_DEF=4;
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", "';'", "'('", "','", "')'", "'{'", "'}'"
34 public static final int VAR_DEF=4;
69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) {
118 case VAR_DEF:
204 // SimpleCTP.g:18:1: variable : ^( VAR_DEF type declarator ) ;
207 // SimpleCTP.g:19:5: ( ^( VAR_DEF type declarator ) )
208 // SimpleCTP.g:19:9: ^( VAR_DEF type declarator )
210 match(input,VAR_DEF,FOLLOW_VAR_DEF_in_variable113);
415 if ( (LA4_0==VAR_DEF) ) {
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", "';'", "'('", "','", "')'", "'{'", "'}'"
37 public static final int VAR_DEF=4;
304 // SimpleC.g:26:1: variable : type declarator ';' -> ^( VAR_DEF type declarator ) ;
322 // SimpleC.g:27:5: ( type declarator ';' -> ^( VAR_DEF type declarator ) )
353 // 27:29: -> ^( VAR_DEF type declarator )
355 // SimpleC.g:27:32: ^( VAR_DEF type declarator )
358 root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(VAR_DEF, "VAR_DEF"), root_1);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h 47 #define VAR_DEF 4
SimpleCTP.h 35 #define VAR_DEF 4
SimpleCParser.h 43 #define VAR_DEF 4
SimpleCLexer.java 31 public static final int VAR_DEF=4;
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", "';'", "'('", "','", "')'", "'{'", "'}'"
34 public static final int VAR_DEF=4;
69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) {
118 case VAR_DEF:
204 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:18:1: variable : ^( VAR_DEF type declarator ) ;
207 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:19:5: ( ^( VAR_DEF type declarator ) )
208 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:19:9: ^( VAR_DEF type declarator )
210 match(input,VAR_DEF,FOLLOW_VAR_DEF_in_variable113);
415 if ( (LA4_0==VAR_DEF) ) {
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", "';'", "'('", "','", "')'", "'{'", "'}'"
37 public static final int VAR_DEF=4;
304 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:26:1: variable : type declarator ';' -> ^( VAR_DEF type declarator ) ;
322 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:27:5: ( type declarator ';' -> ^( VAR_DEF type declarator ) )
353 // 27:29: -> ^( VAR_DEF type declarator )
355 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:27:32: ^( VAR_DEF type declarator )
358 root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(VAR_DEF, "VAR_DEF"), root_1);
    [all...]

Completed in 141 milliseconds