Home | History | Annotate | Download | only in data

Lines Matching refs:Error

70 /* Enabling verbose error messages.  */
152 /// Report a syntax error.
153 /// \param loc where the syntax error is found.
154 /// \param msg a description of the syntax error.
155 virtual void error (const location_type& loc, const std::string& msg);
157 /// Generate an error message.
158 /// \param state the state where the error occurred.
206 /// Zero means the default is an error.
527 /* Error handling. */
535 /// The locations where the error started and ended.
605 detect an error, take that action. */
610 /* Reduce or error. */
634 /* Count tokens shifted since error; after three, turn off error
699 | yyerrlab -- here on detecting error |
702 /* If not already recovering from an error, report this error. */
706 error (yylloc, yysyntax_error_ (yystate]dnl
714 error, discard it. */
724 yydestruct_ ("Error: discarding", yytoken, &yylval, &yylloc);
729 /* Else will try to reuse look-ahead token after shifting the error
735 | yyerrorlab -- error raised explicitly by YYERROR. |
754 | yyerrlab1 -- common code for both syntax error and YYERROR. |
773 /* Pop the current state because it cannot handle the error token. */
778 yydestruct_ ("Error: popping",
796 /* Shift the error token. */
832 // Generate an error message.
858 // "syntax error, unexpected %s or %s or %s"
863 res = "syntax error, unexpected ";
878 res = YY_("syntax error");
894 error. */