Home
last modified time | relevance | path

Searched refs:YYNTOKENS (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp434 #define YYNTOKENS 27 macro
720 if (yytype < YYNTOKENS) in yy_symbol_value_print()
735 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print()
967 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error()
1610 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse()
1614 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()
/external/bison/data/
Dyacc.c609 #define YYNTOKENS ]b4_tokens_number[
1115 int yylhs = yyr1[yyrule] - YYNTOKENS;
1304 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;]])[
1307 for (yyx = 0; yyx < YYNTOKENS; ++yyx)
1834 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1838 yystate = yydefgoto[yyn - YYNTOKENS];
Dglr.c316 #define YYNTOKENS ]b4_tokens_number[ macro
1004 yyr = yypgoto[yylhs - YYNTOKENS] + yystate;
1008 return yydefgoto[yylhs - YYNTOKENS];
2066 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
Dc.m4508 if (yytype < YYNTOKENS)
534 if (yytype < YYNTOKENS)
Dglr.cc184 *yycdebug_ << (yytype < YYNTOKENS ? "token" : "nterm")
/external/bison/src/
Dparse-gram.c593 #define YYNTOKENS 58 macro
1078 if (yytype < YYNTOKENS)
1234 if (yytype < YYNTOKENS)
1544 int yylhs = yyr1[yyrule] - YYNTOKENS; in yy_lac()
1737 for (yyx = 0; yyx < YYNTOKENS; ++yyx) in yysyntax_error()
2927 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2931 yystate = yydefgoto[yyn - YYNTOKENS];
/external/libpcap/
Dgrammar.c886 #define YYNTOKENS 139 macro
1474 if (yytype < YYNTOKENS) in yy_symbol_value_print()
1489 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print()
1721 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error()
3452 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse()
3456 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()
/external/toybox/kconfig/
Dzconf.tab.c_shipped377 /* YYNTOKENS -- Number of terminals. */
378 #define YYNTOKENS 36
505 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1062 if (yytype < YYNTOKENS)
1069 if (yytype < YYNTOKENS)
1852 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1856 yystate = yydefgoto[yyn - YYNTOKENS];
1910 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp642 #define YYNTOKENS 128 macro
1739 if (yytype < YYNTOKENS) in yy_symbol_value_print()
1754 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print()
1988 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error()
4884 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse()
4888 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()
/external/bison/doc/
Dbison.texi5364 definitions for macros @code{YYNTOKENS}, @code{YYNNTS}, and
5368 @item YYNTOKENS
6153 for (i = 0; i < YYNTOKENS; i++)
12320 @c LocalWords: yychar yydebug msg YYNTOKENS YYNNTS YYNRULES YYNSTATES reentrant
Dbison.info5315 definitions for macros `YYNTOKENS', `YYNNTS', and `YYNRULES', and
5318 `YYNTOKENS'
6005 for (i = 0; i < YYNTOKENS; i++)
/external/bison/
DChangeLog-201219592 Use YYNTOKENS only, which is documented, but not YYNTBASE, which