Searched defs:GRAM_LTYPE (Results 1 - 3 of 3) sorted by relevance

/external/bison/src/
H A Dlocation.h91 #define GRAM_LTYPE location macro
H A Dparse-gram.h200 #if ! defined GRAM_LTYPE && ! defined GRAM_LTYPE_IS_DECLARED
201 typedef struct GRAM_LTYPE struct
207 } GRAM_LTYPE; typedef in typeref:struct:GRAM_LTYPE
208 # define gram_ltype GRAM_LTYPE /* obsolescent; will be withdrawn */
H A Dparse-gram.c63 #define YYLTYPE GRAM_LTYPE
359 #if ! defined GRAM_LTYPE && ! defined GRAM_LTYPE_IS_DECLARED
360 typedef struct GRAM_LTYPE struct
366 } GRAM_LTYPE; typedef in typeref:struct:GRAM_LTYPE
367 # define gram_ltype GRAM_LTYPE /* obsolescent; will be withdrawn */

Completed in 400 milliseconds