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

/external/bison/src/
H A Dmuscle_tab.c90 obstack_free (&muscle_obstack, NULL);
154 obstack_free (&muscle_obstack, new_val);
194 obstack_free (&muscle_obstack, pair);
H A Dprint_graph.c191 obstack_free (&node_obstack, 0);
H A Dconflicts.c535 obstack_free (&solved_conflicts_obstack, NULL);
H A Dscan-gram.l106 obstack_free (&obstack_for_string, last_string)
1164 obstack_free (&obstack_for_string, 0);
H A Dscan-gram.c967 obstack_free (&obstack_for_string, last_string)
3818 obstack_free (&obstack_for_string, 0);
/external/bison/lib/
H A Dobstack.c353 # undef obstack_free
356 obstack_free (struct obstack *h, void *obj)
388 strong_alias (obstack_free, _obstack_free)
351 # undef obstack_free macro
354 obstack_free (struct obstack *h, void *obj) function
H A Dobstack.h190 void obstack_free (struct obstack *obstack, void *block);
400 # define obstack_free(OBSTACK, OBJ) \
406 else (obstack_free) (__o, __obj); })
499 # define obstack_free(h,obj) \
505 : (((obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0)))
396 # define obstack_free macro
494 # define obstack_free macro
H A Dhash.c671 obstack_free (&table->entry_stack, NULL);
833 obstack_free (&new_table->entry_stack, NULL);
H A Debitset.c1364 obstack_free (&ebitset_obstack, NULL);
H A Dlbitset.c1373 obstack_free (&lbitset_obstack, NULL);
/external/elfutils/src/
H A Darlib.c189 obstack_free (&symtab.symsoffob, NULL);
190 obstack_free (&symtab.symsnameob, NULL);
191 obstack_free (&symtab.longnamesob, NULL);
H A Dnm.c1210 obstack_free (&whereob, NULL);
/external/elfutils/libcpu/
H A Di386_parse.y626 obstack_free (&os, NULL);
/external/bison/
H A Dconfigure13769 struct obstack *mem; obstack_free(mem,(char *) 0)

Completed in 79 milliseconds