OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pANTLR3_VECTOR_FACTORY
(Results
1 - 6
of
6
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3commontree.h
141
pANTLR3_VECTOR_FACTORY
vFactory;
antlr3interfaces.h
102
typedef struct ANTLR3_VECTOR_FACTORY_struct *
pANTLR3_VECTOR_FACTORY
;
antlr3defs.h
549
ANTLR3_API
pANTLR3_VECTOR_FACTORY
antlr3VectorFactoryNew (ANTLR3_UINT32 sizeHint);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c
100
static void 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);
[
all
...]
antlr3rewritestreams.c
79
pANTLR3_VECTOR_FACTORY
factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory;
141
pANTLR3_VECTOR_FACTORY
factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory;
548
pANTLR3_VECTOR_FACTORY
factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg
35
pANTLR3_VECTOR_FACTORY
vectors;
Completed in 46 milliseconds