Searched refs:YYNTOKENS (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 434 #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/ |
D | yacc.c | 609 #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];
|
D | glr.c | 316 #define YYNTOKENS ]b4_tokens_number[ macro 1004 yyr = yypgoto[yylhs - YYNTOKENS] + yystate; 1008 return yydefgoto[yylhs - YYNTOKENS]; 2066 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
|
D | c.m4 | 508 if (yytype < YYNTOKENS) 534 if (yytype < YYNTOKENS)
|
D | glr.cc | 184 *yycdebug_ << (yytype < YYNTOKENS ? "token" : "nterm")
|
/external/bison/src/ |
D | parse-gram.c | 593 #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/ |
D | grammar.c | 886 #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/ |
D | zconf.tab.c_shipped | 377 /* 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/ |
D | glslang_tab.cpp | 642 #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/ |
D | bison.texi | 5364 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
|
D | bison.info | 5315 definitions for macros `YYNTOKENS', `YYNNTS', and `YYNRULES', and 5318 `YYNTOKENS' 6005 for (i = 0; i < YYNTOKENS; i++)
|
/external/bison/ |
D | ChangeLog-2012 | 19592 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
|