Home | History | Annotate | Download | only in src

Lines Matching refs:ANTLR3_FPRINTF

317 		ANTLR3_FPRINTF(stderr, "Base recognizer function antlr3RecognitionExceptionNew called by unknown parser type - provide override for this function\n");
443 ANTLR3_FPRINTF(stderr, "Base recognizer function 'match' called by unknown parser type - provide override for this function\n");
515 ANTLR3_FPRINTF(stderr, "Base recognizer function 'matchAny' called by unknown parser type - provide override for this function\n");
665 ANTLR3_FPRINTF(stderr, "Base recognizer function 'mismatch' called by unknown parser type - provide override for this function\n");
1031 ANTLR3_FPRINTF(stderr, "-end of input-(");
1035 ANTLR3_FPRINTF(stderr, "-unknown source-(");
1041 ANTLR3_FPRINTF(stderr, "%s(", ftext->chars);
1047 ANTLR3_FPRINTF(stderr, "%d) ", recognizer->state->exception->line);
1048 ANTLR3_FPRINTF(stderr, " : error %d : %s",
1068 ANTLR3_FPRINTF(stderr, ", at offset %d", recognizer->state->exception->charPositionInLine);
1073 ANTLR3_FPRINTF(stderr, ", at <EOF>");
1079 ANTLR3_FPRINTF(stderr, "\n near %s\n ", ttext == NULL ? (pANTLR3_UINT8)"<no text for the token>" : ttext->chars);
1100 ANTLR3_FPRINTF(stderr, ", at offset %d", theBaseTree->getCharPositionInLine(theBaseTree));
1101 ANTLR3_FPRINTF(stderr, ", near %s", ttext->chars);
1107 ANTLR3_FPRINTF(stderr, "Base recognizer function displayRecognitionError called by unknown parser type - provide override for this function\n");
1136 ANTLR3_FPRINTF(stderr, " : Extraneous input...");
1142 ANTLR3_FPRINTF(stderr, " : Extraneous input - expected <EOF>\n");
1146 ANTLR3_FPRINTF(stderr, " : Extraneous input - expected %s ...\n", tokenNames[ex->expecting]);
1160 ANTLR3_FPRINTF(stderr, " : Missing token (%d)...\n", ex->expecting);
1166 ANTLR3_FPRINTF(stderr, " : Missing <EOF>\n");
1170 ANTLR3_FPRINTF(stderr, " : Missing %s \n", tokenNames[ex->expecting]);
1183 ANTLR3_FPRINTF(stderr, " : syntax error...\n");
1199 ANTLR3_FPRINTF(stderr, " : syntax error...\n");
1205 ANTLR3_FPRINTF(stderr, " : expected <EOF>\n");
1209 ANTLR3_FPRINTF(stderr, " : expected %s ...\n", tokenNames[ex->expecting]);
1221 ANTLR3_FPRINTF(stderr, " : cannot match to any predicted input...\n");
1238 ANTLR3_FPRINTF(stderr, " : unexpected input...\n expected one of : ");
1261 ANTLR3_FPRINTF(stderr, "%s%s", count > 0 ? ", " : "", tokenNames[bit]);
1265 ANTLR3_FPRINTF(stderr, "\n");
1269 ANTLR3_FPRINTF(stderr, "Actually dude, we didn't seem to be expecting anything here, or at least\n");
1270 ANTLR3_FPRINTF(stderr, "I could not work out what I was expecting, like so many of us these days!\n");
1281 ANTLR3_FPRINTF(stderr, " : missing elements...\n");
1291 ANTLR3_FPRINTF(stderr, " : syntax not recognized...\n");
1349 ANTLR3_FPRINTF(stderr, "Base recognizer function recover called by unknown parser type - provide override for this function\n");
1461 ANTLR3_FPRINTF(stderr, "Base recognizer function recoverFromMismatchedToken called by unknown parser type - provide override for this function\n");
1582 ANTLR3_FPRINTF(stderr, "Base recognizer function recoverFromMismatchedSet called by unknown parser type - provide override for this function\n");
1647 ANTLR3_FPRINTF(stderr, "Base recognizer function recover called by unknown parser type - provide override for this function\n");
1743 ANTLR3_FPRINTF(stderr, "Base recognizer function 'consumeUntil' called by unknown parser type - provide override for this function\n");
1793 ANTLR3_FPRINTF(stderr, "Base recognizer function 'consumeUntilSet' called by unknown parser type - provide override for this function\n");
1956 ANTLR3_FPRINTF(stderr, "Base recognizer function 'alreadyParsedRule' called by unknown parser type - provide override for this function\n");
2029 ANTLR3_FPRINTF(stderr, "Base recognizer function consumeUntilSet called by unknown parser type - provide override for this function\n");
2082 ANTLR3_FPRINTF(stderr, "Base recognizer function 'synPred' called by unknown parser type - provide override for this function\n");