Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dobstack.h190 void obstack_free (struct obstack *obstack, void *block);
397 # define obstack_free(OBSTACK, OBJ) \ macro
403 else (obstack_free) (__o, __obj); })
495 # define obstack_free(h,obj) \ macro
501 : (((obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0)))