Searched refs:obstack_free (Results 1 – 13 of 13) sorted by relevance
/external/bison/src/ |
D | muscle_tab.c | 90 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()
|
D | output.c | 649 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()
|
D | print_graph.c | 191 obstack_free (&node_obstack, 0); in print_state()
|
D | scan-gram.l | 106 obstack_free (&obstack_for_string, last_string) 1164 obstack_free (&obstack_for_string, 0); in scanner_free()
|
D | conflicts.c | 534 obstack_free (&solved_conflicts_obstack, NULL); in conflicts_free()
|
D | scan-gram.c | 967 obstack_free (&obstack_for_string, last_string) 3818 obstack_free (&obstack_for_string, 0); in scanner_free()
|
/external/bison/lib/ |
D | obstack.h | 189 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)))
|
D | obstack.c | 351 # 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
|
D | hash.c | 671 obstack_free (&table->entry_stack, NULL); in hash_free() 833 obstack_free (&new_table->entry_stack, NULL); in hash_rehash()
|
D | ebitset.c | 1364 obstack_free (&ebitset_obstack, NULL); in ebitset_release_memory()
|
D | lbitset.c | 1373 obstack_free (&lbitset_obstack, NULL); in lbitset_release_memory()
|
/external/elfutils/src/ |
D | nm.c | 1190 obstack_free (&whereob, NULL); in show_symbols()
|
/external/bison/ |
D | configure | 13769 struct obstack *mem; obstack_free(mem,(char *) 0)
|