Searched defs:ctns (Results 1 - 3 of 3) sorted by relevance
/external/antlr/antlr-3.4/runtime/C/src/ |
H A D | antlr3treeparser.c | 192 pANTLR3_COMMON_TREE_NODE_STREAM ctns; local 195 ctns = tns->ctns; 208 pANTLR3_COMMON_TREE_NODE_STREAM ctns; local 218 ctns = tns->ctns; 225 if (current == &ctns->EOF_NODE.baseTree)
|
H A D | antlr3commontreenodestream.c | 43 static void addNavigationNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_UINT32 ttype); 44 static ANTLR3_BOOLEAN hasUniqueNavigationNodes (pANTLR3_COMMON_TREE_NODE_STREAM ctns); 45 static pANTLR3_BASE_TREE newDownNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns); 46 static pANTLR3_BASE_TREE newUpNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns); 47 static void reset (pANTLR3_COMMON_TREE_NODE_STREAM ctns); 48 static void push (pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_INT32 index); 49 static ANTLR3_INT32 pop (pANTLR3_COMMON_TREE_NODE_STREAM ctns); 50 //static ANTLR3_INT32 index (pANTLR3_COMMON_TREE_NODE_STREAM ctns); 51 static ANTLR3_UINT32 getLookaheadSize (pANTLR3_COMMON_TREE_NODE_STREAM ctns); 79 static void fillBuffer (pANTLR3_COMMON_TREE_NODE_STREAM ctns, pANTLR3_BASE_TRE 420 antlr3CommonTreeNodeStreamFree(pANTLR3_COMMON_TREE_NODE_STREAM ctns) argument 460 fillBufferRoot(pANTLR3_COMMON_TREE_NODE_STREAM ctns) argument 474 fillBuffer(pANTLR3_COMMON_TREE_NODE_STREAM ctns, pANTLR3_BASE_TREE t) argument 526 reset(pANTLR3_COMMON_TREE_NODE_STREAM ctns) argument 618 pANTLR3_COMMON_TREE_NODE_STREAM ctns; local 659 pANTLR3_COMMON_TREE_NODE_STREAM ctns; local 706 pANTLR3_COMMON_TREE_NODE_STREAM ctns; local 718 pANTLR3_COMMON_TREE_NODE_STREAM ctns; local 734 pANTLR3_COMMON_TREE_NODE_STREAM ctns; local 752 addNavigationNode(pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_UINT32 ttype) argument 794 hasUniqueNavigationNodes(pANTLR3_COMMON_TREE_NODE_STREAM ctns) argument 882 getLookaheadSize(pANTLR3_COMMON_TREE_NODE_STREAM ctns) argument 890 newDownNode(pANTLR3_COMMON_TREE_NODE_STREAM ctns) argument 904 newUpNode(pANTLR3_COMMON_TREE_NODE_STREAM ctns) argument 954 push(pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_INT32 index) argument 961 pop(pANTLR3_COMMON_TREE_NODE_STREAM ctns) argument [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
H A D | antlr3commontreenodestream.h | 61 pANTLR3_COMMON_TREE_NODE_STREAM ctns; member in struct:ANTLR3_TREE_NODE_STREAM_struct 268 void (*fill) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns, ANTLR3_INT32 k); 270 void (*addLookahead) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns, pANTLR3_BASE_TREE node); 272 ANTLR3_BOOLEAN (*hasNext) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); 274 pANTLR3_BASE_TREE (*next) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); 276 pANTLR3_BASE_TREE (*handleRootnode) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); 278 pANTLR3_BASE_TREE (*visitChild) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns, ANTLR3_UINT32 child); 280 void (*addNavigationNode) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns, ANTLR3_UINT32 ttype); 282 pANTLR3_BASE_TREE (*newDownNode) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); 284 pANTLR3_BASE_TREE (*newUpNode) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); [all...] |
Completed in 712 milliseconds