Home
last modified time | relevance | path

Searched refs:ANTLR3_PRINTF (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3debughandlers.c50 ANTLR3_PRINTF("C runtime was compiled without debugger support. This program will crash!!"); in antlr3DebugListenerNew()
354 ANTLR3_PRINTF("Exiting debugger as remote client closed the socket\n"); in ack()
355 ANTLR3_PRINTF("Received char count was %d, and last char received was %02X\n", rCount, buffer); in ack()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3defs.h511 #ifndef ANTLR3_PRINTF
516 #define ANTLR3_PRINTF printf macro
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg1525ANTLR3_PRINTF("enter <ruleName> %d failed = %d, backtracking = %d\\n",LT(1),failed,BACKTRACKING);
1527ANTLR3_PRINTF("exit <ruleName> %d, failed = %d, backtracking = %d\\n",LT(1),failed,BACKTRACKING);
1618 …<if(trace)>ANTLR3_PRINTF("enter <ruleName> %s failed=%d, backtracking=%d\n", LT(1), BACKTRACKING);…
1662 …<if(trace)>ANTLR3_PRINTF("exit <ruleName> %d failed=%s backtracking=%s\n", LT(1), failed, BACKTRAC…