/external/bison/data/ |
lalr1.cc | 517 int yylen = 0; 648 yylen = yyr2_[yyn]; 649 /* If YYLEN is nonzero, implement the default value of the action: 655 if (yylen) 656 yyval = yysemantic_stack_[yylen - 1]; 662 slice<location_type, location_stack_type> slice (yylocation_stack_, yylen); 663 YYLLOC_DEFAULT (yyloc, slice, yylen); 688 yypop_ (yylen); 689 yylen = 0; 756 yyerror_range[1] = yylocation_stack_[yylen - 1] [all...] |
lalr1.java | 330 private int yyaction (int yyn, YYStack yystack, int yylen) ]b4_maybe_throws([b4_throws])[ 333 ]b4_locations_if([b4_location_type[ yyloc = yylloc (yystack, yylen);]])[ 335 /* If YYLEN is nonzero, implement the default value of the action: 341 if (yylen > 0) 342 yyval = yystack.valueAt (yylen - 1); 356 yystack.pop (yylen); 357 yylen = 0; 437 int yylen = 0; 568 yylen = yyr2_[yyn]; 569 label = yyaction (yyn, yystack, yylen); [all...] |
yacc.c | 769 YYPOPSTACK (yylen); \ [all...] |
/external/bison/examples/calc++/ |
calc++-parser.cc | 341 int yylen = 0; 474 yylen = yyr2_[yyn]; 475 /* If YYLEN is nonzero, implement the default value of the action: 481 if (yylen) 482 yyval = yysemantic_stack_[yylen - 1]; 488 slice<location_type, location_stack_type> slice (yylocation_stack_, yylen); 489 YYLLOC_DEFAULT (yyloc, slice, yylen); 576 yypop_ (yylen); 577 yylen = 0; 644 yyerror_range[1] = yylocation_stack_[yylen - 1] [all...] |
/external/bison/ |
TODO | 316 YYACT_EPILOGUE (yyval, (yyvsp - yylen), yylen, yyloc, (yylsp - yylen)); 318 YYACT_EPILOGUE (yyval, (yyvsp - yylen), yylen);
|
ChangeLog-1998 | 356 * src/bison.simple (yyparse): Don't set yyval when yylen is 0. [all...] |
ChangeLog-2012 | [all...] |
/external/bison/src/ |
parse-gram.c | 1522 YYSIZE_T yylen = yyr2[yyrule]; local 1593 YYSIZE_T yylen; local 1978 int yylen = 0; local [all...] |
/external/e2fsprogs/intl/ |
plural.c | 466 if (yychar == YYEMPTY && yylen == 1) \ 734 int yylen; local 967 yylen = yyr2[yyn]; 969 /* If YYLEN is nonzero, implement the default value of the action: 977 yyval = yyvsp[1-yylen]; 982 yyloc = yylsp[1-yylen]; 983 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); 1085 yyvsp -= yylen; 1086 yyssp -= yylen; [all...] |
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/ |
ExpressionParser.cpp | 681 YYPOPSTACK (yylen); \ 914 YYSIZE_T yylen; local 915 for (yylen = 0; yystr[yylen]; yylen++) 917 return yylen; [all...] |
/system/core/sh/ |
arith.c | 569 if (yychar == YYEMPTY && yylen == 1) \ 941 int yylen; 938 int yylen; local [all...] |
/external/elfutils/libcpu/ |
i386_parse.c | 793 if (yychar == YYEMPTY && yylen == 1) \ 1060 YYSIZE_T yylen; 1061 for (yylen = 0; yystr[yylen]; yylen++) 1063 return yylen; 1059 YYSIZE_T yylen; local 1386 int yylen = 0; local [all...] |
/external/elfutils/src/ |
ldscript.c | 802 if (yychar == YYEMPTY && yylen == 1) \ 1068 YYSIZE_T yylen; local 1395 int yylen = 0; local [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-parse.c | 1314 YYSIZE_T yylen; local 1677 int yylen = 0; local [all...] |
glsl_parser.cc | 2419 YYSIZE_T yylen; variable [all...] |
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
glslang_tab.cpp | 1667 YYSIZE_T yylen; variable 4650 YYPOPSTACK (yylen); variable 4760 YYPOPSTACK (yylen); variable 4851 YYPOPSTACK (yylen); variable [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.c | 1712 YYSIZE_T yylen; local 2075 int yylen = 0; local [all...] |
/external/libpcap/ |
grammar.c | 1590 int yylen; local [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |
/prebuilts/misc/linux-x86/flex/ |
flex-2.5.4a | |