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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 80 pANTLR3_STACK following;
195 pANTLR3_STACK streams;
antlr3commontree.h 147 pANTLR3_STACK nilStack;
antlr3baserecognizer.h 263 pANTLR3_STACK (*getRuleInvocationStack) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer);
264 pANTLR3_STACK (*getRuleInvocationStackNamed) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer,
antlr3interfaces.h 110 typedef struct ANTLR3_STACK_struct *pANTLR3_STACK;
antlr3commontreenodestream.h 215 pANTLR3_STACK nodeStack;
antlr3collections.h 309 pANTLR3_STACK freeStack;
antlr3defs.h 551 ANTLR3_API pANTLR3_STACK antlr3StackNew (ANTLR3_UINT32 sizeHint);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 81 static void antlr3StackFree (pANTLR3_STACK stack);
82 static void * antlr3StackPop (pANTLR3_STACK stack);
83 static void * antlr3StackGet (pANTLR3_STACK stack, ANTLR3_INTKEY key);
84 static ANTLR3_BOOLEAN antlr3StackPush (pANTLR3_STACK stack, void * element, void (ANTLR3_CDECL *freeptr)(void *));
85 static ANTLR3_UINT32 antlr3StackSize (pANTLR3_STACK stack);
86 static void * antlr3StackPeek (pANTLR3_STACK stack);
963 ANTLR3_API pANTLR3_STACK
966 pANTLR3_STACK stack;
970 stack = (pANTLR3_STACK)ANTLR3_MALLOC((size_t)sizeof(ANTLR3_STACK));
974 return (pANTLR3_STACK)ANTLR3_FUNC_PTR(ANTLR3_ERR_NOMEM)
    [all...]
antlr3baserecognizer.c 69 static pANTLR3_STACK getRuleInvocationStack (pANTLR3_BASE_RECOGNIZER recognizer);
70 static pANTLR3_STACK getRuleInvocationStackNamed (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_UINT8 name);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]

Completed in 202 milliseconds