Home
last modified time | relevance | path

Searched refs:freeCustom (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3exception.c176 if (ex->freeCustom != NULL) in antlr3ExceptionFree()
178 ex->freeCustom(ex->custom); in antlr3ExceptionFree()
Dantlr3commontoken.c278 if (check->custom != NULL && check->freeCustom != NULL) in factoryClose()
280 check->freeCustom(check->custom); in factoryClose()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3exception.h206 void (*freeCustom) (void * custom); member
Dantlr3commontoken.h215 void (*freeCustom)(void * custom); member