HomeSort by relevance Sort by last modified time
    Searched full:yytoken (Results 1 - 22 of 22) sorted by null

  /external/bison/data/
lalr1.cc 513 int yytoken = 0;
593 yychar = yytoken = yyeof_;
598 yytoken = yytranslate_ (yychar);
599 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
602 /* If the proper action on seeing token YYTOKEN is to reduce or to
604 yyn += yytoken;
605 if (yyn < 0 || yylast_ < yyn || yycheck_[yyn] != yytoken)
619 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
676 that yytoken be updated with the new translation. We take the
677 approach of translating immediately before every use of yytoken
    [all...]
yacc.c     [all...]
lalr1.java 433 int yytoken = 0;
505 yychar = yytoken = EOF;
510 yytoken = yytranslate_ (yychar);
511 yy_symbol_print ("Next token is", yytoken,
515 /* If the proper action on seeing token YYTOKEN is to reduce or to
517 yyn += yytoken;
518 if (yyn < 0 || yylast_ < yyn || yycheck_[yyn] != yytoken)
536 yy_symbol_print ("Shifting", yytoken,
582 yytoken = yyempty_;
583 yyerror (]b4_locations_if([yylloc, ])[yysyntax_error (yystate, yytoken));
    [all...]
glr.c 781 yytokenName (yySymbol yytoken)
783 if (yytoken == YYEMPTY)
786 return yytname[yytoken];
970 /** Set *YYACTION to the action to take in YYSTATE on seeing YYTOKEN.
979 yygetLRActions (yyStateNum yystate, int yytoken,
982 int yyindex = yypact[yystate] + yytoken;
984 || yyindex < 0 || YYLAST < yyindex || yycheck[yyindex] != yytoken)
    [all...]
  /external/bison/examples/calc++/
calc++-parser.cc 337 int yytoken = 0;
419 yychar = yytoken = yyeof_;
424 yytoken = yytranslate_ (yychar);
425 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
428 /* If the proper action on seeing token YYTOKEN is to reduce or to
430 yyn += yytoken;
431 if (yyn < 0 || yylast_ < yyn || yycheck_[yyn] != yytoken)
445 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
564 that yytoken be updated with the new translation. We take the
565 approach of translating immediately before every use of yytoken
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 1005 about the unexpected token YYTOKEN for the state stack whose top is
1014 yytype_int16 *yyssp, int yytoken)
1016 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
    [all...]
  /external/bison/src/
parse-gram.c 1961 int yytoken = 0; local
    [all...]
  /system/core/sh/
arith.c 573 yytoken = YYTRANSLATE (yychar); \
908 int yytoken = 0;
1068 yychar = yytoken = YYEOF;
1073 yytoken = YYTRANSLATE (yychar);
1074 YYDSYMPRINTF ("Next token is", yytoken, &yylval, &yylloc);
1077 /* If the proper action on seeing token YYTOKEN is to reduce or to
1079 yyn += yytoken;
1080 if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
1095 YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken]));
905 int yytoken = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 1660 int yytoken; local
    [all...]
glsl_parser.cc     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 2058 int yytoken; local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.cpp     [all...]
  /external/elfutils/libcpu/
i386_parse.c 797 yytoken = YYTRANSLATE (yychar); \
1347 int yytoken = 0; local
    [all...]
  /external/elfutils/src/
ldscript.c 806 yytoken = YYTRANSLATE (yychar); \
1356 int yytoken = 0; local
    [all...]
  /external/libpcap/
grammar.c 1557 int yytoken = 0; local
    [all...]
  /external/bison/tests/
actions.at     [all...]
conflicts.at 365 // problem as it meant yychar was not translated into yytoken before
367 // destructor that it selected according to the incorrect yytoken. The
    [all...]
  /external/bison/
ChangeLog-2012     [all...]
NEWS     [all...]
ChangeLog     [all...]
  /prebuilts/misc/linux-x86/bison/
bison 
  /prebuilts/misc/linux-x86/flex/
flex-2.5.4a 

Completed in 420 milliseconds