• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/swig-10/Source/CParse/

Lines Matching +defs:next +defs:error

378 /* Called by the parser (yyparse) when an error is found.*/
806 Setattr(n,"error",e);
954 if ((symname) && (!Getattr(n,"error"))) {
971 Setattr(csym,"error",e);
1300 struct Nested *next; /* Next code fragment in list */
1314 while (n1->next) n1 = n1->next;
1315 n1->next = n;
1493 n1 = n->next;
1759 /* Enabling verbose error messages. */
1998 /* The size of the maximum gap between one aligned stack and the next. */
2028 stack. Advance YYPTR to a properly aligned location for the next
2385 "$end", "error", "$undefined", "ID", "HBLOCK", "POUND", "STRING",
2571 means the default is an error. */
2808 If YYTABLE_NINF, syntax error. */
3727 yyerror (YY_("syntax error: cannot back up")); \
4068 /* Copy into YYRESULT an error message about the unexpected token
4072 copied. As a special case, return 0 if an ordinary "syntax error"
4096 YY_("syntax error, unexpected %s");
4097 YY_("syntax error, unexpected %s, expecting %s");
4098 YY_("syntax error, unexpected %s, expecting %s or %s");
4099 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
4100 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
4104 static char const yyunexpected[] = "syntax error, unexpected %s";
4271 /* Number of tokens to shift before error messages enabled. */
4276 /* Buffer for error messages, and its allocated size. */
4446 detect an error, take that action. */
4462 /* Count tokens shifted since error; after three, turn off error
4611 Swig_error(cparse_file, cparse_line,"Syntax error in input(1).\n");
6347 Otherwise it's an error. */
6381 Swig_error(cparse_file,cparse_line,"Syntax error in input(2).\n");
6827 int error = 0;
6863 error = 1;
7058 if (error) (yyval.node) = 0;
7382 Swig_error(cparse_file,start_line,"Syntax error in input(3).\n");
7708 n->next = 0;
7754 n->next = 0;
9241 Swig_error(cparse_file,cparse_line,"Type error. Expecting an int\n");
10208 | yyerrlab -- here on detecting error |
10211 /* If not already recovering from an error, report this error. */
10216 yyerror (YY_("syntax error"));
10244 yyerror (YY_("syntax error"));
10257 error, discard it. */
10273 /* Else will try to reuse look-ahead token after shifting the error
10279 | yyerrorlab -- error raised explicitly by YYERROR. |
10299 | yyerrlab1 -- common code for both syntax error and YYERROR. |
10318 /* Pop the current state because it cannot handle the error token. */
10336 /* Shift the error token. */