Searched refs:yytype_int16 (Results 1 – 4 of 4) sorted by relevance
/external/bison/src/ |
D | parse-gram.c | 420 typedef YYTYPE_INT16 yytype_int16; typedef 422 typedef short int yytype_int16; typedef 533 yytype_int16 yyss_alloc; 544 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ 812 static const yytype_int16 yydefgoto[] = 823 static const yytype_int16 yypact[] = 843 static const yytype_int16 yypgoto[] = 855 static const yytype_int16 yytable[] = 1253 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) in yy_stack_print() 1257 yytype_int16 *yybottom; in yy_stack_print() [all …]
|
/external/bison/data/ |
D | yacc.c | 126 b4_ints_in($@, [-32768], [32767]), [1], [yytype_int16], 241 yytype_int16 yyssa[YYINITDEPTH]; 242 yytype_int16 *yyss; 243 yytype_int16 *yyssp; 260 yytype_int16 yyesa@{]b4_percent_define_get([[parse.lac.es-capacity-initial]])[@}; 261 yytype_int16 *yyes; 418 typedef YYTYPE_INT16 yytype_int16; 420 typedef short int yytype_int16; 545 yytype_int16 yyss_alloc; 557 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ [all …]
|
/external/libpcap/ |
D | grammar.c | 666 typedef YYTYPE_INT16 yytype_int16; typedef 668 typedef short int yytype_int16; typedef 827 yytype_int16 yyss_alloc; 837 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 1042 static const yytype_int16 yypact[] = 1114 static const yytype_int16 yypgoto[] = 1124 static const yytype_int16 yydefgoto[] = 1136 static const yytype_int16 yytable[] = 1219 static const yytype_int16 yycheck[] = 1501 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) in yy_stack_print() [all …]
|
/external/bison/ |
D | ChangeLog-2012 | 7651 (yy_stack_print): Don't assume that yytype_int16 promotes to int; 8825 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types. 8826 (union yyalloc.yyss): Use yytype_int16 rather than short.
|