| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | obstack.h | 230 void obstack_free (struct obstack *obstack, void *block); 494 # define obstack_free(OBSTACK, OBJ) \ macro 500 else (obstack_free) (__o, __obj); }) 590 # define obstack_free(h,obj) \ macro 595 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0))) 597 # define obstack_free(h,obj) \ macro
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tlink.c | 213 obstack_free (&symbol_stack_obstack, ep); in symbol_pop() 242 obstack_free (&file_stack_obstack, ep); in file_pop() 409 obstack_free (&temporary_obstack, temporary_firstobj); in read_repo_file() 543 obstack_free (&arg_stack, NULL); in recompile_files() 544 obstack_free (&temporary_obstack, temporary_firstobj); in recompile_files() 744 obstack_free (&temporary_obstack, temporary_firstobj); in scan_linker_output()
|
| H A D | postreload-gcse.c | 272 obstack_free (&expr_obstack, NULL); in free_mem() 273 obstack_free (&occr_obstack, NULL); in free_mem() 274 obstack_free (&unoccr_obstack, NULL); in free_mem() 275 obstack_free (&modifies_mem_obstack, NULL); in free_mem() 361 obstack_free (&expr_obstack, cur_expr); in insert_expr_in_table() 421 obstack_free (&expr_obstack, tmp_expr); in lookup_expr_in_table() 696 obstack_free (&modifies_mem_obstack, modifies_mem_obstack_bottom); in reset_opr_set_tables() 1205 obstack_free (&unoccr_obstack, rollback_unoccr); in eliminate_partially_redundant_load()
|
| H A D | conflict.c | 172 obstack_free (&graph->arc_obstack, NULL); in conflict_graph_delete()
|
| H A D | pretty-print.c | 573 obstack_free (&buffer->chunk_obstack, chunk_array); in pp_base_output_formatted_text() 617 obstack_free (pp->buffer->obstack, obstack_base (pp->buffer->obstack)); in pp_base_clear_output_area()
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | obstack.h | 210 void obstack_free (struct obstack *obstack, void *block); 437 # define obstack_free(OBSTACK, OBJ) \ macro 443 else (obstack_free) (__o, __obj); }) 532 # define obstack_free(h,obj) \ macro 537 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0)))
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | obstack.h | 210 void obstack_free (struct obstack *obstack, void *block); 437 # define obstack_free(OBSTACK, OBJ) \ macro 443 else (obstack_free) (__o, __obj); }) 532 # define obstack_free(h,obj) \ macro 537 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0)))
|
| /openbsd-src/gnu/lib/libiberty/include/ |
| H A D | obstack.h | 210 void obstack_free (struct obstack *obstack, void *block); 437 # define obstack_free(OBSTACK, OBJ) \ macro 443 else (obstack_free) (__o, __obj); }) 532 # define obstack_free(h,obj) \ macro 537 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0)))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tlink.c | 220 obstack_free (&symbol_stack_obstack, ep); in symbol_pop() 250 obstack_free (&file_stack_obstack, ep); in file_pop() 426 obstack_free (&temporary_obstack, temporary_firstobj); 513 obstack_free (&temporary_obstack, temporary_firstobj); in recompile_files() 682 obstack_free (&temporary_obstack, temporary_firstobj);
|
| H A D | hashtable.c | 103 obstack_free (&table->stack, NULL); 150 obstack_free (&table->stack, (PTR) str);
|
| H A D | cpphash.c | 87 obstack_free (&pfile->hash_ob, 0);
|
| H A D | cfg.c | 153 obstack_free (&flow_obstack, flow_firstobj); in init_flow() 764 obstack_free (&block_aux_obstack, first_block_aux_obj); in free_aux_for_blocks() 842 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
|
| H A D | conflict.c | 179 obstack_free (&graph->arc_obstack, NULL);
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | symtab.c | 79 obstack_free (&table->stack, NULL); in ht_destroy() 126 obstack_free (&table->stack, (void *) str); in ht_lookup_with_hash() 149 obstack_free (&table->stack, (void *) str); in ht_lookup_with_hash()
|
| H A D | identifiers.c | 85 obstack_free (&pfile->hash_ob, 0); in _cpp_destroy_hashtable()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | cond.c | 361 obstack_free (&cond_obstack, hold); in s_endif() 540 obstack_free (&cond_obstack, hold); in cond_exit_macro()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | cond.c | 395 obstack_free (&cond_obstack, hold); in s_endif() 574 obstack_free (&cond_obstack, hold); in cond_exit_macro()
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | obstack.c | 324 #undef obstack_free 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() function
|
| H A D | obstacks.texi | 240 @code{obstack_free}. Since the obstack is a stack of objects, freeing 246 @deftypefun void obstack_free (struct obstack *@var{obstack-ptr}, void *@var{object}) 255 valid for further allocation, call @code{obstack_free} with the address 259 obstack_free (obstack_ptr, first_object_allocated_ptr); 426 obstack_free (obstack_ptr, obstack_finish (obstack_ptr)); 702 @item void obstack_free (struct obstack *@var{obstack-ptr}, void *@var{object})
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.h | 235 obstack_free (&temporary_obstack, mangled_name); \ 250 obstack_free (&temporary_obstack, mangled_name); \ 261 obstack_free (&temporary_obstack, mangled_name); \
|
| H A D | typeck.c | 611 obstack_free (&temporary_obstack, obstack_base (&temporary_obstack)); 684 obstack_free (&temporary_obstack,
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | repo.c | 203 obstack_free (&temporary_obstack, buf); in init_repo()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | cp-valprint.c | 395 obstack_free (&dont_print_statmem_obstack, last_dont_print); in cp_print_value_fields() 616 obstack_free (&dont_print_vb_obstack, last_dont_print); in cp_print_value()
|
| H A D | bcache.c | 282 obstack_free (&bcache->cache, 0); in bcache_xfree()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | repo.c | 363 obstack_free (&temporary_obstack, buf);
|