Home
last modified time | relevance | path

Searched refs:__obstack_free (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dobstack.h190 #ifndef __obstack_free
191 # define __obstack_free obstack_free macro
193 extern void __obstack_free (struct obstack *obstack, void *block);
406 else (__obstack_free) (__o, __obj); })
504 : (((__obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0)))
Dobstack.c342 __obstack_free (struct obstack *h, void *obj) in __obstack_free() function