Searched refs:ANTLR3_FPRINTF (Results 1 – 10 of 10) sorted by relevance
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3baserecognizer.c | 317 …ANTLR3_FPRINTF(stderr, "Base recognizer function antlr3RecognitionExceptionNew called by unknown p… in antlr3RecognitionExceptionNew() 443 …ANTLR3_FPRINTF(stderr, "Base recognizer function 'match' called by unknown parser type - provide o… in match() 515 …ANTLR3_FPRINTF(stderr, "Base recognizer function 'matchAny' called by unknown parser type - provid… in matchAny() 665 …ANTLR3_FPRINTF(stderr, "Base recognizer function 'mismatch' called by unknown parser type - provid… in mismatch() 1031 ANTLR3_FPRINTF(stderr, "-end of input-("); in displayRecognitionError() 1035 ANTLR3_FPRINTF(stderr, "-unknown source-("); in displayRecognitionError() 1041 ANTLR3_FPRINTF(stderr, "%s(", ftext->chars); in displayRecognitionError() 1047 ANTLR3_FPRINTF(stderr, "%d) ", recognizer->state->exception->line); in displayRecognitionError() 1048 ANTLR3_FPRINTF(stderr, " : error %d : %s", in displayRecognitionError() 1068 ANTLR3_FPRINTF(stderr, ", at offset %d", recognizer->state->exception->charPositionInLine); in displayRecognitionError() [all …]
|
D | antlr3lexer.c | 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() [all …]
|
D | antlr3exception.c | 128 ANTLR3_FPRINTF(stderr, "ANTLR3_EXCEPTION number %d (%08X).\n", ex->type, ex->type); in antlr3ExceptionPrint() 132 ANTLR3_FPRINTF(stderr, "ANTLR3_EXCEPTION: %s\n", (char *)(ex->message)); in antlr3ExceptionPrint()
|
D | antlr3basetreeadaptor.c | 649 ANTLR3_FPRINTF(stderr, "More than one node as root! TODO: Create tree exception handling\n"); in becomeRoot() 855 …ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in setType() 863 …ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in getText() 872 …ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in setText() 879 …ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in setText8() 885 …ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in getChild() 892 …ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in getChildCount()
|
D | antlr3basetree.c | 160 ANTLR3_FPRINTF(stderr, "ANTLR3: An attempt was made to add a child list to itself!\n"); in addChild() 354 …ANTLR3_FPRINTF(stderr, "replaceChildren call: Indexes are invalid; no children in list for %s", pa… in replaceChildren() 371 ANTLR3_FPRINTF(stderr, "replaceChildren: out of memory!!"); in replaceChildren()
|
D | antlr3rewritestreams.c | 684 ANTLR3_FPRINTF(stderr, "dup() cannot be called on a token rewrite stream!!"); in dupTok() 712 ANTLR3_FPRINTF(stderr, "dup() cannot be called on a node rewrite stream!!!"); in dupTreeNode()
|
D | antlr3convertutf.c | 149 ANTLR3_FPRINTF(stderr, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x\n", ch, ch2); in ConvertUTF16toUTF32()
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | buildrec.dox | 168 /// ANTLR3_FPRINTF(stderr, "Unable to open file %s due to malloc() failure1\n", (char *)fName); 181 /// ANTLR3_FPRINTF(stderr, "Unable to create the lexer due to malloc() failure1\n"); 201 /// ANTLR3_FPRINTF(stderr, "Out of memory trying to allocate token stream\n"); 211 /// ANTLR3_FPRINTF(stderr, "Out of memory trying to allocate parser\n"); 242 /// ANTLR3_FPRINTF(stderr, "The parser returned %d errors, tree walking aborted.\n", psr->pParser…
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3defs.h | 519 #ifndef ANTLR3_FPRINTF 524 #define ANTLR3_FPRINTF fprintf macro
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 1872 …<if(trace)> ANTLR3_FPRINTF(stderr, "exit <ruleName> '%c' line=%d:%d failed = %d, backtracking =%d\…
|