Home
last modified time | relevance | path

Searched refs:yylen (Results 1 – 13 of 13) sorted by relevance

/external/bison/examples/calc++/
Dcalc++-parser.cc341 int yylen = 0; in parse() local
474 yylen = yyr2_[yyn]; in parse()
481 if (yylen) in parse()
482 yyval = yysemantic_stack_[yylen - 1]; in parse()
488 slice<location_type, location_stack_type> slice (yylocation_stack_, yylen); in parse()
489 YYLLOC_DEFAULT (yyloc, slice, yylen); in parse()
576 yypop_ (yylen); in parse()
577 yylen = 0; in parse()
644 yyerror_range[1] = yylocation_stack_[yylen - 1]; in parse()
647 yypop_ (yylen); in parse()
[all …]
/external/bison/data/
Dlalr1.java330 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);]])[
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);
612 ]b4_locations_if([yyerrloc = yystack.locationAt (yylen - 1);])[
[all …]
Dyacc.c769 YYPOPSTACK (yylen); \
1093 YYSIZE_T yylen = yyr2[yyrule];
1098 if (yylen < yysize)
1100 yyesp -= yylen;
1101 yylen = 0;
1105 yylen -= yysize;
1109 if (yylen)
1110 yyesp = yyes_prev -= yylen;
1157 YYSIZE_T yylen;
1158 for (yylen = 0; yystr[yylen]; yylen++)
[all …]
Dlalr1.cc517 int yylen = 0;
648 yylen = yyr2_[yyn];
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];
759 yypop_ (yylen);
[all …]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp658 YYPOPSTACK (yylen); \
833 YYSIZE_T yylen; in yystrlen() local
834 for (yylen = 0; yystr[yylen]; yylen++) in yystrlen()
836 return yylen; in yystrlen()
1128 int yylen = 0; in yyparse() local
1302 yylen = yyr2[yyn]; in yyparse()
1312 yyval = yyvsp[1-yylen]; in yyparse()
1598 YYPOPSTACK (yylen); in yyparse()
1599 yylen = 0; in yyparse()
1706 YYPOPSTACK (yylen); in yyparse()
[all …]
/external/bison/src/
Dparse-gram.c957 YYPOPSTACK (yylen); \
1522 YYSIZE_T yylen = yyr2[yyrule]; in yy_lac() local
1527 if (yylen < yysize) in yy_lac()
1529 yyesp -= yylen; in yy_lac()
1530 yylen = 0; in yy_lac()
1534 yylen -= yysize; in yy_lac()
1538 if (yylen) in yy_lac()
1539 yyesp = yyes_prev -= yylen; in yy_lac()
1593 YYSIZE_T yylen; local
1594 for (yylen = 0; yystr[yylen]; yylen++)
[all …]
/external/e2fsprogs/intl/
Dplural.c466 if (yychar == YYEMPTY && yylen == 1) \
734 int yylen; in yyparse() local
967 yylen = yyr2[yyn]; in yyparse()
977 yyval = yyvsp[1-yylen]; in yyparse()
982 yyloc = yylsp[1-yylen]; in yyparse()
983 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); in yyparse()
1085 yyvsp -= yylen; in yyparse()
1086 yyssp -= yylen; in yyparse()
1088 yylsp -= yylen; in yyparse()
/external/libpcap/
Dgrammar.c1413 YYPOPSTACK (yylen); \
1587 YYSIZE_T yylen; in yystrlen() local
1588 for (yylen = 0; yystr[yylen]; yylen++) in yystrlen()
1590 return yylen; in yystrlen()
1877 int yylen = 0; in yyparse() local
2051 yylen = yyr2[yyn]; in yyparse()
2061 yyval = yyvsp[1-yylen]; in yyparse()
3440 YYPOPSTACK (yylen); in yyparse()
3441 yylen = 0; in yyparse()
3548 YYPOPSTACK (yylen); in yyparse()
[all …]
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1610 YYPOPSTACK (yylen); \
1854 YYSIZE_T yylen; in yystrlen() local
1855 for (yylen = 0; yystr[yylen]; yylen++) in yystrlen()
1857 return yylen; in yystrlen()
2169 int yylen = 0; in yyparse() local
2350 yylen = yyr2[yyn]; in yyparse()
2360 yyval = yyvsp[1-yylen]; in yyparse()
2363 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); in yyparse()
4871 YYPOPSTACK (yylen); in yyparse()
4872 yylen = 0; in yyparse()
[all …]
/external/bison/
DTODO316 YYACT_EPILOGUE (yyval, (yyvsp - yylen), yylen, yyloc, (yylsp - yylen));
318 YYACT_EPILOGUE (yyval, (yyvsp - yylen), yylen);
DChangeLog-1998356 * src/bison.simple (yyparse): Don't set yyval when yylen is 0.
DChangeLog-20126434 (struct yypvars): Remove yylen since it need not be remembered between
6436 (yypushparse): Don't copy between yylen and pv->yylen.
9369 * data/yacc.c (yylen): Initialize to 0.
9372 a (internal) YYACCEPT must not have yylen != 0.
9947 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
/external/toybox/kconfig/
Dzconf.tab.c_shipped759 if (yychar == YYEMPTY && yylen == 1) \
1233 int yylen;
1419 yylen = yyr2[yyn];
1429 yyval = yyvsp[1-yylen];
1837 yyvsp -= yylen;
1838 yyssp -= yylen;
2011 yyvsp -= yylen;
2012 yyssp -= yylen;