Searched refs:__obstack_free (Results 1 – 2 of 2) sorted by relevance
190 #ifndef __obstack_free191 # define __obstack_free obstack_free macro193 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)))
342 __obstack_free (struct obstack *h, void *obj) in __obstack_free() function