HomeSort by relevance Sort by last modified time
    Searched refs:ANTLR3_FPRINTF (Results 1 - 9 of 9) sorted by null

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 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");
    [all...]
antlr3exception.c 128 ANTLR3_FPRINTF(stderr, "ANTLR3_EXCEPTION number %d (%08X).\n", ex->type, ex->type);
132 ANTLR3_FPRINTF(stderr, "ANTLR3_EXCEPTION: %s\n", (char *)(ex->message));
antlr3lexer.c 406 ANTLR3_FPRINTF(stderr, "lexer->mTokens(): Error: No lexer rules were added to the lexer yet!\n");
440 ANTLR3_FPRINTF(stderr, "-unknown source-(");
445 ANTLR3_FPRINTF(stderr, "%s(", ftext->chars);
448 ANTLR3_FPRINTF(stderr, "%d) ", recognizer->state->exception->line);
449 ANTLR3_FPRINTF(stderr, ": lexer error %d :\n\t%s at offset %d, ",
463 ANTLR3_FPRINTF(stderr, "near '%c' :\n", ex->c);
467 ANTLR3_FPRINTF(stderr, "near char(%#02X) :\n", (ANTLR3_UINT8)(ex->c));
469 ANTLR3_FPRINTF(stderr, "\t%.*s\n", width > 20 ? 20 : width ,((pANTLR3_UINT8)ex->index));
473 ANTLR3_FPRINTF(stderr, "(end of input).\n\t This indicates a poorly specified lexer RULE\n\t or unterminated input element such as: \"STRING[\"]\n");
474 ANTLR3_FPRINTF(stderr, "\t The lexer was matching from line %d, offset %d, which\n\t ",
    [all...]
antlr3basetreeadaptor.c 649 ANTLR3_FPRINTF(stderr, "More than one node as root! TODO: Create tree exception handling\n");
855 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement setType()\n");
863 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement getText()\n");
872 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement setText()\n");
879 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement setText()\n");
885 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement getChild()\n");
892 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement getChildCount()\n");
antlr3basetree.c 158 // TODO: Change to exception rather than ANTLR3_FPRINTF?
160 ANTLR3_FPRINTF(stderr, "ANTLR3: An attempt was made to add a child list to itself!\n");
354 ANTLR3_FPRINTF(stderr, "replaceChildren call: Indexes are invalid; no children in list for %s", parent->getText(parent)->chars);
371 ANTLR3_FPRINTF(stderr, "replaceChildren: out of memory!!");
antlr3rewritestreams.c 684 ANTLR3_FPRINTF(stderr, "dup() cannot be called on a token rewrite stream!!");
712 ANTLR3_FPRINTF(stderr, "dup() cannot be called on a node rewrite stream!!!");
antlr3convertutf.c 149 ANTLR3_FPRINTF(stderr, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x\n", ch, ch2);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 519 #ifndef ANTLR3_FPRINTF
524 #define ANTLR3_FPRINTF fprintf
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]

Completed in 198 milliseconds