Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/usr.bin/binutils/include/
H A Dobstack.h230 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 Dtlink.c213 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 Dpostreload-gcse.c272 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 Dconflict.c172 obstack_free (&graph->arc_obstack, NULL); in conflict_graph_delete()
H A Dpretty-print.c573 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 Dobstack.h210 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 Dobstack.h210 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 Dobstack.h210 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 Dtlink.c220 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 Dhashtable.c103 obstack_free (&table->stack, NULL);
150 obstack_free (&table->stack, (PTR) str);
H A Dcpphash.c87 obstack_free (&pfile->hash_ob, 0);
H A Dcfg.c153 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 Dconflict.c179 obstack_free (&graph->arc_obstack, NULL);
/openbsd-src/gnu/gcc/libcpp/
H A Dsymtab.c79 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 Didentifiers.c85 obstack_free (&pfile->hash_ob, 0); in _cpp_destroy_hashtable()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dcond.c361 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 Dcond.c395 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 Dobstack.c324 #undef obstack_free
362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() function
H A Dobstacks.texi240 @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 Dparse.h235 obstack_free (&temporary_obstack, mangled_name); \
250 obstack_free (&temporary_obstack, mangled_name); \
261 obstack_free (&temporary_obstack, mangled_name); \
H A Dtypeck.c611 obstack_free (&temporary_obstack, obstack_base (&temporary_obstack));
684 obstack_free (&temporary_obstack,
/openbsd-src/gnu/gcc/gcc/cp/
H A Drepo.c203 obstack_free (&temporary_obstack, buf); in init_repo()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcp-valprint.c395 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 Dbcache.c282 obstack_free (&bcache->cache, 0); in bcache_xfree()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Drepo.c363 obstack_free (&temporary_obstack, buf);

12345