HomeSort by relevance Sort by last modified time
    Searched refs:GRAM_LTYPE (Results 1 - 3 of 3) sorted by null

  /external/bison/src/
parse-gram.h 200 #if ! defined GRAM_LTYPE && ! defined GRAM_LTYPE_IS_DECLARED
201 typedef struct GRAM_LTYPE
207 } GRAM_LTYPE;
208 # define gram_ltype GRAM_LTYPE /* obsolescent; will be withdrawn */ macro
location.h 91 #define GRAM_LTYPE location
parse-gram.c 63 #define YYLTYPE GRAM_LTYPE
359 #if ! defined GRAM_LTYPE && ! defined GRAM_LTYPE_IS_DECLARED
360 typedef struct GRAM_LTYPE
366 } GRAM_LTYPE;
367 # define gram_ltype GRAM_LTYPE /* obsolescent; will be withdrawn */ macro
    [all...]

Completed in 50 milliseconds