| /dragonfly/contrib/gdb-7/gdb/ |
| HD | d-lang.c | 166 obstack_free (&tempbuf, NULL); in d_demangle() 172 obstack_free (&tempbuf, NULL); in d_demangle() 188 obstack_free (&tempbuf, NULL); in d_demangle() 198 obstack_free (&tempbuf, NULL); in d_demangle()
|
| HD | cp-valprint.c | 179 obstack_free (&dont_print_statmem_obstack, NULL); in cp_print_value_fields() 185 obstack_free (&dont_print_stat_array_obstack, NULL); in cp_print_value_fields() 387 obstack_free (&dont_print_statmem_obstack, in cp_print_value_fields() 403 obstack_free (&dont_print_stat_array_obstack, in cp_print_value_fields() 620 obstack_free (&dont_print_vb_obstack, last_dont_print); in cp_print_value()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tlink.c | 223 obstack_free (&symbol_stack_obstack, ep); in symbol_pop() 251 obstack_free (&file_stack_obstack, ep); in file_pop() 417 obstack_free (&temporary_obstack, temporary_firstobj); in read_repo_file() 557 obstack_free (&arg_stack, NULL); in recompile_files() 558 obstack_free (&temporary_obstack, temporary_firstobj); in recompile_files() 798 obstack_free (&temporary_obstack, temporary_firstobj); in scan_linker_output()
|
| HD | postreload-gcse.c | 270 obstack_free (&expr_obstack, NULL); in free_mem() 271 obstack_free (&occr_obstack, NULL); in free_mem() 272 obstack_free (&unoccr_obstack, NULL); in free_mem() 273 obstack_free (&modifies_mem_obstack, NULL); in free_mem() 359 obstack_free (&expr_obstack, cur_expr); in insert_expr_in_table() 420 obstack_free (&expr_obstack, tmp_expr); in lookup_expr_in_table() 718 obstack_free (&modifies_mem_obstack, modifies_mem_obstack_bottom); in reset_opr_set_tables() 1153 obstack_free (&unoccr_obstack, rollback_unoccr); in eliminate_partially_redundant_load()
|
| HD | lto-opts.c | 136 obstack_free (&temporary_obstack, NULL); in lto_write_options()
|
| HD | lto-wrapper.c | 344 obstack_free (&argv_obstack, NULL); in get_options_from_collect_gcc_options() 886 obstack_free (&env_obstack, NULL); in run_gcc() 889 obstack_free (&argv_obstack, NULL); in run_gcc()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tlink.c | 217 obstack_free (&symbol_stack_obstack, ep); in symbol_pop() 245 obstack_free (&file_stack_obstack, ep); in file_pop() 412 obstack_free (&temporary_obstack, temporary_firstobj); in read_repo_file() 552 obstack_free (&arg_stack, NULL); in recompile_files() 553 obstack_free (&temporary_obstack, temporary_firstobj); in recompile_files() 793 obstack_free (&temporary_obstack, temporary_firstobj); in scan_linker_output()
|
| HD | postreload-gcse.c | 336 obstack_free (&expr_obstack, NULL); in free_mem() 337 obstack_free (&occr_obstack, NULL); in free_mem() 338 obstack_free (&unoccr_obstack, NULL); in free_mem() 339 obstack_free (&modifies_mem_obstack, NULL); in free_mem() 404 obstack_free (&expr_obstack, cur_expr); in insert_expr_in_table() 464 obstack_free (&expr_obstack, tmp_expr); in lookup_expr_in_table() 763 obstack_free (&modifies_mem_obstack, modifies_mem_obstack_bottom); in reset_opr_set_tables() 1242 obstack_free (&unoccr_obstack, rollback_unoccr); in eliminate_partially_redundant_load()
|
| HD | lto-opts.c | 164 obstack_free (&temporary_obstack, NULL); in lto_write_options()
|
| HD | read-md.c | 1039 obstack_free (&m_joined_conditions_obstack, NULL); in ~md_reader() 1042 obstack_free (&m_ptr_loc_obstack, NULL); in ~md_reader() 1045 obstack_free (&m_string_obstack, NULL); in ~md_reader()
|
| /dragonfly/contrib/gdb-7/include/ |
| HD | 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)))
|
| /dragonfly/contrib/gcc-4.7/include/ |
| HD | 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)))
|
| /dragonfly/contrib/gcc-4.7/gcc/objc/ |
| HD | objc-encoding.c | 168 obstack_free (&util_obstack, util_firstobj); in encode_method_prototype() 186 obstack_free (&util_obstack, util_firstobj); in objc_build_encode_expr() 851 obstack_free (&util_obstack, util_firstobj); in encode_field_decl() 949 obstack_free (&util_obstack, util_firstobj); in objc_v2_encode_prop_attr()
|
| /dragonfly/contrib/binutils-2.34/gas/ |
| HD | stabs.c | 353 obstack_free (¬es, string); in s_stab_generic() 359 obstack_free (¬es, stab_secname); in s_stab_generic() 402 obstack_free (¬es, stab_secname); in s_stab_generic()
|
| HD | hash.c | 120 obstack_free (&table->memory, 0); in hash_die() 347 obstack_free (&table->memory, p); in hash_delete()
|
| HD | cond.c | 399 obstack_free (&cond_obstack, hold); in s_endif() 580 obstack_free (&cond_obstack, hold); in cond_exit_macro()
|
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | identifiers.c | 85 obstack_free (&pfile->hash_ob, 0); in _cpp_destroy_hashtable()
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | obstack.c | 324 #undef obstack_free 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() function
|
| /dragonfly/contrib/binutils-2.27/gas/ |
| HD | cond.c | 395 obstack_free (&cond_obstack, hold); in s_endif() 574 obstack_free (&cond_obstack, hold); in cond_exit_macro()
|
| HD | hash.c | 120 obstack_free (&table->memory, 0); in hash_die() 347 obstack_free (&table->memory, p); in hash_delete()
|
| /dragonfly/contrib/gdb-7/libiberty/ |
| HD | obstack.c | 324 #undef obstack_free 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() function
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | identifiers.c | 86 obstack_free (&pfile->hash_ob, 0); in _cpp_destroy_hashtable()
|
| /dragonfly/contrib/grep/lib/ |
| HD | obstack.h | 429 # define obstack_free(OBSTACK, OBJ) \ macro 533 # define obstack_free(h, obj) \ macro
|
| /dragonfly/contrib/binutils-2.27/include/ |
| HD | obstack.h | 418 # define obstack_free(OBSTACK, OBJ) \ macro 522 # define obstack_free(h, obj) \ macro
|
| /dragonfly/contrib/gcc-8.0/include/ |
| HD | obstack.h | 418 # define obstack_free(OBSTACK, OBJ) \ macro 522 # define obstack_free(h, obj) \ macro
|