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

1 2

  /external/bison/data/
lalr1.cc 520 int yytoken = 0;
595 yychar = yytoken = yyeof_;
600 yytoken = yytranslate_ (yychar);
601 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
604 /* If the proper action on seeing token YYTOKEN is to reduce or to
606 yyn += yytoken;
607 if (yyn < 0 || yylast_ < yyn || yycheck_[yyn] != yytoken)
625 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
707 b4_error_verbose_if([, yytoken])[));
724 yydestruct_ ("Error: discarding", yytoken, &yylval, &yylloc)
    [all...]
glr.c 840 yytokenName (yySymbol yytoken)
842 if (yytoken == YYEMPTY)
845 return yytname[yytoken];
1038 /** Set *YYACTION to the action to take in YYSTATE on seeing YYTOKEN.
1047 yygetLRActions (yyStateNum yystate, int yytoken,
1050 int yyindex = yypact[yystate] + yytoken;
1051 if (yyindex < 0 || YYLAST < yyindex || yycheck[yyindex] != yytoken)
    [all...]
yacc.c 575 yytoken = YYTRANSLATE (yychar); \
1004 int yytoken = 0;
    [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/bison/src/
parse-gram.c 854 yytoken = YYTRANSLATE (yychar); \
1494 int yytoken = 0; local
    [all...]
  /external/elfutils/src/
ldscript.c 667 yytoken = YYTRANSLATE (yychar); \
999 int yytoken = 0; local
    [all...]
  /external/libpcap/
grammar.c 1557 int yytoken = 0; local
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c 1565 int yytoken; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp     [all...]
  /external/mesa3d/src/glsl/
glsl_parser.cpp     [all...]
  /external/bison/
ChangeLog 488 to make glr.c easier to evolve in general, don't maintain yytoken in
489 parallel with yychar; just compute yytoken when needed.
497 Compute yytoken locally when needed.
498 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
    [all...]
  /prebuilt/sdk/tools/linux/
aidl 
  /prebuilt/linux-x86/flex/
flex-2.5.4a 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-ar 
i686-unknown-linux-gnu-ranlib 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/
ar 
ranlib 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
ar 
ranlib 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-ar 
arm-eabi-ranlib 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
ar 
ranlib 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-ar 
arm-eabi-ranlib 

Completed in 2521 milliseconds

1 2