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

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

Completed in 260 milliseconds