OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freeCustom
(Results
1 - 4
of
4
) sorted by null
/external/antlr/antlr-3.4/runtime/C/src/
antlr3exception.c
176
if (ex->
freeCustom
!= NULL)
178
ex->
freeCustom
(ex->custom);
antlr3commontoken.c
278
if (check->custom != NULL && check->
freeCustom
!= NULL)
280
check->
freeCustom
(check->custom);
/external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h
206
void (*
freeCustom
) (void * custom);
antlr3commontoken.h
215
void (*
freeCustom
)(void * custom);
Completed in 798 milliseconds