Home
last modified time | relevance | path

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

/external/bison/data/
Dlalr1.java363 && yycheck_[yystate] == yystack.stateAt (0))
518 if (yyn < 0 || yylast_ < yyn || yycheck_[yyn] != yytoken)
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_
815 yycheck_[] =
Dlalr1.cc185 static const ]b4_int_type_for([b4_check])[ yycheck_[];
605 if (yyn < 0 || yylast_ < yyn || yycheck_[yyn] != yytoken)
699 && yycheck_[yystate] == yystate_stack_[0])
776 if (0 <= yyn && yyn <= yylast_ && yycheck_[yyn] == yyterror_)
926 if (yycheck_[yyx + yyn] == yyx && yyx != yyterror_
1015 ]b4_parser_class_name[::yycheck_[] =
/external/bison/examples/calc++/
Dcalc++-parser.cc431 if (yyn < 0 || yylast_ < yyn || yycheck_[yyn] != yytoken) in parse()
587 && yycheck_[yystate] == yystate_stack_[0]) in parse()
664 if (0 <= yyn && yyn <= yylast_ && yycheck_[yyn] == yyterror_) in parse()
812 if (yycheck_[yyx + yyn] == yyx && yyx != yyterror_ in yysyntax_error_()
903 calcxx_parser::yycheck_[] = member in yy::calcxx_parser
Dcalc++-parser.hh206 static const signed char yycheck_[]; member in yy::calcxx_parser
/external/bison/
DChangeLog-20122012 (yysyntax_error): Fix typo in code: use yytable_ not yycheck_.
11386 yacc.c: be sure to stay within yycheck_.
11418 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)