Home
last modified time | relevance | path

Searched refs:ANTLR3_FPRINTF (Results 1 – 10 of 10) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3baserecognizer.c317ANTLR3_FPRINTF(stderr, "Base recognizer function antlr3RecognitionExceptionNew called by unknown p… in antlr3RecognitionExceptionNew()
443ANTLR3_FPRINTF(stderr, "Base recognizer function 'match' called by unknown parser type - provide o… in match()
515ANTLR3_FPRINTF(stderr, "Base recognizer function 'matchAny' called by unknown parser type - provid… in matchAny()
665ANTLR3_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 …]
Dantlr3lexer.c406 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()
473ANTLR3_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 …]
Dantlr3exception.c128 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()
Dantlr3basetreeadaptor.c649 ANTLR3_FPRINTF(stderr, "More than one node as root! TODO: Create tree exception handling\n"); in becomeRoot()
855ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in setType()
863ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in getText()
872ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in setText()
879ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in setText8()
885ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in getChild()
892ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR … in getChildCount()
Dantlr3basetree.c160 ANTLR3_FPRINTF(stderr, "ANTLR3: An attempt was made to add a child list to itself!\n"); in addChild()
354ANTLR3_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()
Dantlr3rewritestreams.c684 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()
Dantlr3convertutf.c149 ANTLR3_FPRINTF(stderr, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x\n", ch, ch2); in ConvertUTF16toUTF32()
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dbuildrec.dox168 /// 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/
Dantlr3defs.h519 #ifndef ANTLR3_FPRINTF
524 #define ANTLR3_FPRINTF fprintf macro
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg1872 …<if(trace)> ANTLR3_FPRINTF(stderr, "exit <ruleName> '%c' line=%d:%d failed = %d, backtracking =%d\…