Lines Matching refs:ANTLR3_FPRINTF
406 ANTLR3_FPRINTF(stderr, "lexer->mTokens(): Error: No lexer rules were added to the lexer yet!\n"); in mTokens()
440 ANTLR3_FPRINTF(stderr, "-unknown source-("); in displayRecognitionError()
445 ANTLR3_FPRINTF(stderr, "%s(", ftext->chars); in displayRecognitionError()
448 ANTLR3_FPRINTF(stderr, "%d) ", recognizer->state->exception->line); in displayRecognitionError()
449 ANTLR3_FPRINTF(stderr, ": lexer error %d :\n\t%s at offset %d, ", in displayRecognitionError()
463 ANTLR3_FPRINTF(stderr, "near '%c' :\n", ex->c); in displayRecognitionError()
467 ANTLR3_FPRINTF(stderr, "near char(%#02X) :\n", (ANTLR3_UINT8)(ex->c)); in displayRecognitionError()
469 ANTLR3_FPRINTF(stderr, "\t%.*s\n", width > 20 ? 20 : width ,((pANTLR3_UINT8)ex->index)); in displayRecognitionError()
473 …ANTLR3_FPRINTF(stderr, "(end of input).\n\t This indicates a poorly specified lexer RULE\n\t or un… in displayRecognitionError()
474 ANTLR3_FPRINTF(stderr, "\t The lexer was matching from line %d, offset %d, which\n\t ", in displayRecognitionError()
482 …ANTLR3_FPRINTF(stderr, "looks like this:\n\t\t%.*s\n", width > 20 ? 20 : width ,(pANTLR3_UINT8)(le… in displayRecognitionError()
486 ANTLR3_FPRINTF(stderr, "is also the end of the line, so you must check your lexer rules\n"); in displayRecognitionError()