Home
last modified time | relevance | path

Searched refs:yytype_int16 (Results 1 – 8 of 8) sorted by relevance

/external/bison/src/
Dparse-gram.c420 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/
Dyacc.c126 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/linux-tools-perf/src/tools/perf/util/
Dpmu-bison.c187 typedef YYTYPE_INT16 yytype_int16; typedef
189 typedef short int yytype_int16; typedef
322 yytype_int16 yyss_alloc;
332 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
736 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) in yy_stack_print()
740 yytype_int16 *yybottom; in yy_stack_print()
741 yytype_int16 *yytop;
938 yytype_int16 *yyssp, int yytoken) in yysyntax_error()
1166 yytype_int16 yyssa[YYINITDEPTH];
1167 yytype_int16 *yyss;
[all …]
Dparse-events-bison.c219 typedef YYTYPE_INT16 yytype_int16; typedef
221 typedef short int yytype_int16; typedef
354 yytype_int16 yyss_alloc;
364 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
846 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) in yy_stack_print()
850 yytype_int16 *yybottom; in yy_stack_print()
851 yytype_int16 *yytop;
1048 yytype_int16 *yyssp, int yytoken) in yysyntax_error()
1275 yytype_int16 yyssa[YYINITDEPTH];
1276 yytype_int16 *yyss;
[all …]
/external/elfutils/src/src/
Dldscript.c309 typedef YYTYPE_INT16 yytype_int16; typedef
311 typedef short int yytype_int16; typedef
445 yytype_int16 yyss_alloc;
455 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
690 static const yytype_int16 yydefgoto[] =
700 static const yytype_int16 yypact[] =
721 static const yytype_int16 yypgoto[] =
765 static const yytype_int16 yycheck[] =
970 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) in yy_stack_print()
974 yytype_int16 *yybottom; in yy_stack_print()
[all …]
/external/libpcap/
Dgrammar.c654 typedef YYTYPE_INT16 yytype_int16; typedef
656 typedef short int yytype_int16; typedef
789 yytype_int16 yyss_alloc;
799 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
936 static const yytype_int16 yyrhs[] =
1166 static const yytype_int16 yydefgoto[] =
1178 static const yytype_int16 yypact[] =
1212 static const yytype_int16 yypgoto[] =
1225 static const yytype_int16 yytable[] =
1307 static const yytype_int16 yycheck[] =
[all …]
/external/elfutils/src/libcpu/
Di386_parse.c424 typedef YYTYPE_INT16 yytype_int16; typedef
426 typedef short int yytype_int16; typedef
560 yytype_int16 yyss_alloc;
570 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
973 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) in yy_stack_print()
977 yytype_int16 *yybottom; in yy_stack_print()
978 yytype_int16 *yytop;
1173 yytype_int16 *yyssp, int yytoken) in yysyntax_error()
1394 yytype_int16 yyssa[YYINITDEPTH];
1395 yytype_int16 *yyss;
[all …]
/external/bison/
DChangeLog-20127651 (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.