Home
last modified time | relevance | path

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

/external/bison/data/
Dlalr1.java632 yyn += yyterror_;
633 if (0 <= yyn && yyn <= yylast_ && yycheck_[yyn] == yyterror_)
734 if (yycheck_[x + yyn] == x && x != yyterror_
741 if (yycheck_[x + yyn] == x && x != yyterror_
914 private static final int yyterror_ = 1;
Dlalr1.cc246 static const int yyterror_;
775 yyn += yyterror_;
776 if (0 <= yyn && yyn <= yylast_ && yycheck_[yyn] == yyterror_)
926 if (yycheck_[yyx + yyn] == yyx && yyx != yyterror_
1134 const int ]b4_parser_class_name[::yyterror_ = 1;
/external/bison/examples/calc++/
Dcalc++-parser.cc663 yyn += yyterror_; in parse()
664 if (0 <= yyn && yyn <= yylast_ && yycheck_[yyn] == yyterror_) in parse()
812 if (yycheck_[yyx + yyn] == yyx && yyx != yyterror_ in yysyntax_error_()
1059 const int calcxx_parser::yyterror_ = 1; member in yy::calcxx_parser
Dcalc++-parser.hh267 static const int yyterror_; member in yy::calcxx_parser
/external/bison/
DChangeLog-201211420 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)