Home
last modified time | relevance | path

Searched refs:yysemantic_stack_ (Results 1 – 5 of 5) sorted by relevance

/external/bison/examples/calc++/
Dcalc++-parser.cc289 yysemantic_stack_.pop (n); in yypop_()
385 yysemantic_stack_ = semantic_stack_type (0); in parse()
387 yysemantic_stack_.push (yylval); in parse()
450 yysemantic_stack_.push (yylval); in parse()
482 yyval = yysemantic_stack_[yylen - 1]; in parse()
484 yyval = yysemantic_stack_[0]; in parse()
499 { driver.result = (yysemantic_stack_[(2) - (2)].ival); } in parse()
517 …{ driver.variables[*(yysemantic_stack_[(3) - (1)].sval)] = (yysemantic_stack_[(3) - (3)].ival); de… in parse()
523 { (yyval.ival) = (yysemantic_stack_[(3) - (1)].ival) + (yysemantic_stack_[(3) - (3)].ival); } in parse()
529 { (yyval.ival) = (yysemantic_stack_[(3) - (1)].ival) - (yysemantic_stack_[(3) - (3)].ival); } in parse()
[all …]
Dcalc++-parser.hh171 semantic_stack_type yysemantic_stack_; member in yy::calcxx_parser
/external/bison/data/
Dlalr1.cc150 semantic_stack_type yysemantic_stack_;
465 yysemantic_stack_.pop (n);
556 yysemantic_stack_ = semantic_stack_type (0);
558 yysemantic_stack_.push (yylval);
624 yysemantic_stack_.push (yylval);
656 yyval = yysemantic_stack_[yylen - 1];
658 yyval = yysemantic_stack_[0];
692 yysemantic_stack_.push (yyval);
791 &yysemantic_stack_[0], &yylocation_stack_[0]);
801 yysemantic_stack_.push (yylval);
[all …]
Dc++.m4119 [(yysemantic_stack_@{($1) - ($2)@}m4_ifval([$3], [.$3]))])
/external/bison/
DChangeLog-201211415 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
11416 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)