Searched refs:pANTLR3_INT_TRIE (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3recognizersharedstate.h120 pANTLR3_INT_TRIE ruleMemo;
H A Dantlr3interfaces.h209 typedef struct ANTLR3_INT_TRIE_struct *pANTLR3_INT_TRIE; typedef in typeref:struct:ANTLR3_INT_TRIE_struct
H A Dantlr3defs.h531 ANTLR3_API pANTLR3_INT_TRIE antlr3IntTrieNew (ANTLR3_UINT32 depth);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c108 static pANTLR3_TRIE_ENTRY intTrieGet (pANTLR3_INT_TRIE trie, ANTLR3_INTKEY key);
109 static ANTLR3_BOOLEAN intTrieDel (pANTLR3_INT_TRIE trie, ANTLR3_INTKEY key);
110 static ANTLR3_BOOLEAN intTrieAdd (pANTLR3_INT_TRIE trie, ANTLR3_INTKEY key, ANTLR3_UINT32 type, ANTLR3_INTKEY intType, void * data, void (ANTLR3_CDECL *freeptr)(void *));
111 static void intTrieFree (pANTLR3_INT_TRIE trie);
1767 pANTLR3_INT_TRIE
1770 pANTLR3_INT_TRIE trie;
1772 trie = (pANTLR3_INT_TRIE) ANTLR3_CALLOC(1, sizeof(ANTLR3_INT_TRIE)); /* Base memory required */
1776 return (pANTLR3_INT_TRIE) ANTLR3_FUNC_PTR(ANTLR3_ERR_NOMEM);
1788 return (pANTLR3_INT_TRIE) ANTLR3_FUNC_PTR(ANTLR3_ERR_NOMEM);
1821 intTrieGet (pANTLR3_INT_TRIE tri
[all...]
H A Dantlr3baserecognizer.c1840 ((pANTLR3_INT_TRIE)trie)->free((pANTLR3_INT_TRIE)trie);
1859 pANTLR3_INT_TRIE ruleList;
1889 ruleList = (pANTLR3_INT_TRIE) (entry->data.ptr);
1993 pANTLR3_INT_TRIE ruleList;
2041 ruleList = (pANTLR3_INT_TRIE)(entry->data.ptr);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg1761 :{it |pANTLR3_INT_TRIE list_<it.label.text>;}; separator="\n"

Completed in 504 milliseconds