OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pANTLR3_ARBORETUM
(Results
1 - 5
of
5
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreeadaptor.h
61
pANTLR3_ARBORETUM
arboretum;
antlr3commontree.h
80
pANTLR3_ARBORETUM
factory;
antlr3interfaces.h
173
typedef struct ANTLR3_ARBORETUM_struct *
pANTLR3_ARBORETUM
;
antlr3defs.h
585
ANTLR3_API
pANTLR3_ARBORETUM
antlr3ArboretumNew (pANTLR3_STRING_FACTORY factory);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c
58
static void newPool (
pANTLR3_ARBORETUM
factory);
59
static pANTLR3_BASE_TREE newPoolTree (
pANTLR3_ARBORETUM
factory);
60
static pANTLR3_BASE_TREE newFromTree (
pANTLR3_ARBORETUM
factory, pANTLR3_COMMON_TREE tree);
61
static pANTLR3_BASE_TREE newFromToken (
pANTLR3_ARBORETUM
factory, pANTLR3_COMMON_TOKEN token);
62
static void factoryClose (
pANTLR3_ARBORETUM
factory);
64
ANTLR3_API
pANTLR3_ARBORETUM
67
pANTLR3_ARBORETUM
factory;
71
factory = (
pANTLR3_ARBORETUM
) ANTLR3_MALLOC((size_t)sizeof(ANTLR3_ARBORETUM));
124
newPool(
pANTLR3_ARBORETUM
factory)
154
newPoolTree (
pANTLR3_ARBORETUM
factory
[
all
...]
Completed in 41 milliseconds