Home
last modified time | relevance | path

Searched refs:pANTLR3_VECTOR_FACTORY (Results 1 – 7 of 7) sorted by relevance

/external/antlr/runtime/C/src/
Dantlr3collections.c100 static ANTLR3_BOOLEAN newPool (pANTLR3_VECTOR_FACTORY factory);
101 static void closeVectorFactory (pANTLR3_VECTOR_FACTORY factory);
102 static pANTLR3_VECTOR newVector (pANTLR3_VECTOR_FACTORY factory);
103 static void returnVector (pANTLR3_VECTOR_FACTORY factory, pANTLR3_VECTOR vector);
1456 ANTLR3_API pANTLR3_VECTOR_FACTORY
1459 pANTLR3_VECTOR_FACTORY factory; in antlr3VectorFactoryNew()
1463 factory = (pANTLR3_VECTOR_FACTORY)ANTLR3_MALLOC((size_t)(sizeof(ANTLR3_VECTOR_FACTORY))); in antlr3VectorFactoryNew()
1500 returnVector (pANTLR3_VECTOR_FACTORY factory, pANTLR3_VECTOR vector) in returnVector()
1517 newPool(pANTLR3_VECTOR_FACTORY factory) in newPool()
1562 closeVectorFactory (pANTLR3_VECTOR_FACTORY factory) in closeVectorFactory()
[all …]
Dantlr3rewritestreams.c79pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretu… in freeRS()
141pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretu… in freeNodeRS()
548pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretu… in add()
/external/antlr/runtime/C/include/
Dantlr3commontree.h141 pANTLR3_VECTOR_FACTORY vFactory;
Dantlr3interfaces.h102 typedef struct ANTLR3_VECTOR_FACTORY_struct *pANTLR3_VECTOR_FACTORY; typedef
Dantlr3defs.h553 ANTLR3_API pANTLR3_VECTOR_FACTORY antlr3VectorFactoryNew (ANTLR3_UINT32 size…
/external/antlr/runtime/C/doxygen/
Ddoxygengroups.dox191 /// \defgroup pANTLR3_VECTOR_FACTORY pANTLR3_VECTOR_FACTORY - Vector Factory Implementation
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DAST.stg35 pANTLR3_VECTOR_FACTORY vectors;