OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANTLR3_FUNC_PTR
(Results
1 - 6
of
6
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h
204
#define
ANTLR3_FUNC_PTR
(ptr) (void *)((ANTLR3_UINT64)(ptr))
210
#define
ANTLR3_FUNC_PTR
(ptr) (void *)((ANTLR3_UINT32)(ptr))
417
#define
ANTLR3_FUNC_PTR
(ptr) (void *)((ANTLR3_UINT64)(ptr))
423
#define
ANTLR3_FUNC_PTR
(ptr) (void *)((ANTLR3_UINT32)(ptr))
/external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c
685
return (pANTLR3_HASH_ENUM)
ANTLR3_FUNC_PTR
(ANTLR3_ERR_NOMEM);
873
return (pANTLR3_LIST)
ANTLR3_FUNC_PTR
(ANTLR3_ERR_NOMEM);
880
if (list->table == (pANTLR3_HASH_TABLE)
ANTLR3_FUNC_PTR
(ANTLR3_ERR_NOMEM))
882
return (pANTLR3_LIST)
ANTLR3_FUNC_PTR
(ANTLR3_ERR_NOMEM);
974
return (pANTLR3_STACK)
ANTLR3_FUNC_PTR
(ANTLR3_ERR_NOMEM);
982
if (stack->vector == (pANTLR3_VECTOR)
ANTLR3_FUNC_PTR
(ANTLR3_ERR_NOMEM))
984
return (pANTLR3_STACK)
ANTLR3_FUNC_PTR
(ANTLR3_ERR_NOMEM);
1065
return (pANTLR3_VECTOR)
ANTLR3_FUNC_PTR
(ANTLR3_ERR_NOMEM);
[
all
...]