Lines Matching refs:TOKEN
137 /* Token type. */
388 #define ES3_ONLY(TOKEN, LINE, REASON) { \
390 context->error(LINE, REASON " supported in GLSL ES 3.00 only ", TOKEN); \
658 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
803 /* YYTOKNUM[NUM] -- (External) token number corresponding to the
804 (internal) symbol number NUM (which must be that of a token). */
961 positive, shift that token. If negative, reduce the rule whose
1604 #define YYBACKUP(Token, Value) \
1608 yychar = (Token); \
1621 /* Error token number */
1754 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
1931 about the unexpected token YYTOKEN for the state stack whose top is
1961 that there is no unexpected or expected token to report. In that
1967 - Of course, the expected token list depends on states to have
1972 token list. However, the list is correct for canonical LR with
1973 one exception: it will still contain any token that will not be
2151 /* Lookahead token as an internal (translated) token number. */
2181 yychar = YYEMPTY; /* Cause a token to be read. */
2275 lookahead token if we need one and don't already have one. */
2277 /* First try to decide what to do without reference to lookahead token. */
2282 /* Not known => get a lookahead token if don't already have one. */
2287 YYDPRINTF ((stderr, "Reading a token: "));
2299 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2302 /* If the proper action on seeing token YYTOKEN is to reduce or to
2321 /* Shift the lookahead token. */
2324 /* Discard the shifted token. */
4945 /* If just tried and failed to reuse lookahead token after an
4962 /* Else will try to reuse lookahead token after shifting the error
4963 token. */
4992 yyerrstatus = 3; /* Each real token shifted decrements this. */
5008 /* Pop the current state because it cannot handle the error token. */
5030 /* Shift the error token. */