Home | History | Annotate | Download | only in src

Lines Matching refs:ANTLR3_CDECL

95 static	void	ANTLR3_CDECL	stringFree	(pANTLR3_STRING string);
204 factory->strings->set(factory->strings, factory->index, (void *) string, (void (ANTLR3_CDECL *)(void *))(stringFree), ANTLR3_TRUE);
233 factory->strings->set(factory->strings, factory->index, (void *) string, (void (ANTLR3_CDECL *)(void *))(stringFree), ANTLR3_TRUE);
239 void ANTLR3_CDECL stringFree (pANTLR3_STRING string)