Home
last modified time | relevance | path

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

/external/bison/src/
Dmuscle_tab.c90 obstack_free (&muscle_obstack, NULL); in muscle_free()
154 obstack_free (&muscle_obstack, new_val); in muscle_grow()
194 obstack_free (&muscle_obstack, pair); in muscle_pair_list_grow()
Doutput.c649 obstack_free (&format_obstack, NULL); in output()
650 obstack_free (&pre_prologue_obstack, NULL); in output()
651 obstack_free (&post_prologue_obstack, NULL); in output()
Dprint_graph.c191 obstack_free (&node_obstack, 0); in print_state()
Dscan-gram.l106 obstack_free (&obstack_for_string, last_string)
1164 obstack_free (&obstack_for_string, 0); in scanner_free()
Dconflicts.c534 obstack_free (&solved_conflicts_obstack, NULL); in conflicts_free()
Dscan-gram.c967 obstack_free (&obstack_for_string, last_string)
3818 obstack_free (&obstack_for_string, 0); in scanner_free()
/external/bison/lib/
Dobstack.h189 void obstack_free (struct obstack *obstack, void *block);
396 # define obstack_free(OBSTACK, OBJ) \ macro
402 else (obstack_free) (__o, __obj); })
494 # define obstack_free(h,obj) \ macro
500 : (((obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0)))
Dobstack.c351 # undef obstack_free
354 obstack_free (struct obstack *h, void *obj) in obstack_free() function
386 strong_alias (obstack_free, _obstack_free) in strong_alias() argument
Dhash.c671 obstack_free (&table->entry_stack, NULL); in hash_free()
833 obstack_free (&new_table->entry_stack, NULL); in hash_rehash()
Debitset.c1364 obstack_free (&ebitset_obstack, NULL); in ebitset_release_memory()
Dlbitset.c1373 obstack_free (&lbitset_obstack, NULL); in lbitset_release_memory()
/external/elfutils/src/
Dnm.c1190 obstack_free (&whereob, NULL); in show_symbols()
/external/bison/
Dconfigure13769 struct obstack *mem; obstack_free(mem,(char *) 0)