Home | History | Annotate | Download | only in data

Lines Matching full:token

78 /* Enabling the token table.  */
124 struct token
128 /// Token type.
129 typedef token::yytokentype token_type;
159 /// \param tok the look-ahead token.
165 /// \param yytype The token type.
172 /// \param yytype The token type.
214 /// - if positive, shift that token.
249 /// For each scanner token number, its symbol number.
257 /// Convert a scanner token number \a t to a symbol number.
261 /// \param yymsg Why this token is reclaimed.
455 *yycdebug_ << (yytype < yyntokens_ ? "token" : "nterm")
581 /* Read a look-ahead token. */
584 YYCDEBUG << "Reading a token: ";
592 /* Convert token to internal form. */
601 token is", yytoken, &yylval, &yylloc);
604 /* If the proper action on seeing token YYTOKEN is to reduce or to
624 /* Shift the look-ahead token. */
627 /* Discard the token being shifted unless it is eof. */
713 /* If just tried and failed to reuse look-ahead token after an
729 /* Else will try to reuse look-ahead token after shifting the error
730 token. */
757 yyerrstatus_ = 3; /* Each real token shifted decrements this. */
773 /* Pop the current state because it cannot handle the error token. */
796 /* Shift the error token. */
916 positive, shift that token. If negative, reduce the rule which