Home
last modified time | relevance | path

Searched refs:yyeof_ (Results 1 – 4 of 4) sorted by relevance

/external/bison/examples/calc++/
Dcalc++-parser.cc417 if (yychar <= yyeof_) in parse()
419 yychar = yytoken = yyeof_; in parse()
615 if (yychar <= yyeof_) in parse()
618 if (yychar == yyeof_) in parse()
1054 const int calcxx_parser::yyeof_ = 0; member in yy::calcxx_parser
Dcalc++-parser.hh261 static const int yyeof_; member in yy::calcxx_parser
/external/bison/data/
Dlalr1.cc240 static const int yyeof_;
591 if (yychar <= yyeof_)
593 yychar = yytoken = yyeof_;
727 if (yychar <= yyeof_)
730 if (yychar == yyeof_)
1129 const int ]b4_parser_class_name[::yyeof_ = 0;
/external/bison/
DChangeLog-201211419 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)