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

  /external/libvpx/libvpx/
args.h 24 const struct arg_def *def;
34 typedef struct arg_def { struct
41 #define ARG_DEF(s, l, v, d) \
49 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
51 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h 21 #define ARG_DEF 4
SimpleCTP.h 30 #define ARG_DEF 4
SimpleCParser.h 39 #define ARG_DEF 4
SimpleCLexer.java 25 public static final int ARG_DEF=5;
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", "';'", "'('", "','", "')'", "'{'", "'}'"
28 public static final int ARG_DEF=5;
286 if ( (LA3_0==ARG_DEF) ) {
331 // SimpleCTP.g:30:1: formalParameter : ^( ARG_DEF type declarator ) ;
334 // SimpleCTP.g:31:5: ( ^( ARG_DEF type declarator ) )
335 // SimpleCTP.g:31:9: ^( ARG_DEF type declarator )
337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186);
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", "';'", "'('", "','", "')'", "'{'", "'}'"
31 public static final int ARG_DEF=5;
609 // SimpleC.g:39:1: formalParameter : type declarator -> ^( ARG_DEF type declarator ) ;
624 // SimpleC.g:40:5: ( type declarator -> ^( ARG_DEF type declarator ) )
652 // 40:25: -> ^( ARG_DEF type declarator )
654 // SimpleC.g:40:28: ^( ARG_DEF type declarator )
657 root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(ARG_DEF, "ARG_DEF"), root_1);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h 40 #define ARG_DEF 5
SimpleCTP.h 28 #define ARG_DEF 5
SimpleCParser.h 36 #define ARG_DEF 5
SimpleCLexer.java 25 public static final int ARG_DEF=5;
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", "';'", "'('", "','", "')'", "'{'", "'}'"
28 public static final int ARG_DEF=5;
286 if ( (LA3_0==ARG_DEF) ) {
331 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:30:1: formalParameter : ^( ARG_DEF type declarator ) ;
334 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:31:5: ( ^( ARG_DEF type declarator ) )
335 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:31:9: ^( ARG_DEF type declarator )
337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186);
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", "';'", "'('", "','", "')'", "'{'", "'}'"
31 public static final int ARG_DEF=5;
609 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:39:1: formalParameter : type declarator -> ^( ARG_DEF type declarator ) ;
624 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:40:5: ( type declarator -> ^( ARG_DEF type declarator ) )
652 // 40:25: -> ^( ARG_DEF type declarator )
654 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:40:28: ^( ARG_DEF type declarator )
657 root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(ARG_DEF, "ARG_DEF"), root_1);
    [all...]

Completed in 211 milliseconds