Searched refs:obstack_free (Results 1 - 25 of 111) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dd-lang.c167 obstack_free (&tempbuf, NULL);
173 obstack_free (&tempbuf, NULL);
189 obstack_free (&tempbuf, NULL);
199 obstack_free (&tempbuf, NULL);
H A Dcp-valprint.c180 obstack_free (&dont_print_statmem_obstack, NULL);
186 obstack_free (&dont_print_stat_array_obstack, NULL);
381 obstack_free (&dont_print_statmem_obstack,
397 obstack_free (&dont_print_stat_array_obstack,
611 obstack_free (&dont_print_vb_obstack, last_dont_print);
H A Di386-cygwin-tdep.c200 obstack_free (&obstack, NULL);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Didentifiers.c85 obstack_free (&pfile->hash_ob, 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Didentifiers.c85 obstack_free (&pfile->hash_ob, 0);
H A Dsymtab.c79 obstack_free (&table->stack, NULL);
126 obstack_free (&table->stack, (void *) str);
149 obstack_free (&table->stack, (void *) str);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dobstack.c357 # undef obstack_free
360 obstack_free (struct obstack *h, void *obj)
392 strong_alias (obstack_free, _obstack_free)
355 # undef obstack_free macro
358 obstack_free (struct obstack *h, void *obj) function
H A Dobstack.h194 void obstack_free (struct obstack *obstack, void *block);
404 # define obstack_free(OBSTACK, OBJ) \
410 else (obstack_free) (__o, __obj); })
503 # define obstack_free(h,obj) \
509 : (((obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0)))
400 # define obstack_free macro
498 # define obstack_free macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dobstack.h212 void obstack_free (struct obstack *obstack, void *block);
441 # define obstack_free(OBSTACK, OBJ) \
447 else (obstack_free) (__o, __obj); })
537 # define obstack_free(h,obj) \
542 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0)))
437 # define obstack_free macro
532 # define obstack_free macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dobstack.h212 void obstack_free (struct obstack *obstack, void *block);
441 # define obstack_free(OBSTACK, OBJ) \
447 else (obstack_free) (__o, __obj); })
537 # define obstack_free(h,obj) \
542 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0)))
437 # define obstack_free macro
532 # define obstack_free macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dobstack.h212 void obstack_free (struct obstack *obstack, void *block);
441 # define obstack_free(OBSTACK, OBJ) \
447 else (obstack_free) (__o, __obj); })
537 # define obstack_free(h,obj) \
542 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0)))
437 # define obstack_free macro
532 # define obstack_free macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dobstack.h212 void obstack_free (struct obstack *obstack, void *block);
441 # define obstack_free(OBSTACK, OBJ) \
447 else (obstack_free) (__o, __obj); })
537 # define obstack_free(h,obj) \
542 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0)))
437 # define obstack_free macro
532 # define obstack_free macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dobstack.h227 void obstack_free (struct obstack *obstack, void *block);
485 # define obstack_free(OBSTACK, OBJ) \
491 else (obstack_free) (__o, __obj); })
579 # define obstack_free(h,obj) \
584 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0)))
586 # define obstack_free(h,obj) \
481 # define obstack_free macro
574 # define obstack_free macro
581 # define obstack_free macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtlink.c219 obstack_free (&symbol_stack_obstack, ep);
247 obstack_free (&file_stack_obstack, ep);
416 obstack_free (&temporary_obstack, temporary_firstobj);
550 obstack_free (&arg_stack, NULL);
551 obstack_free (&temporary_obstack, temporary_firstobj);
754 obstack_free (&temporary_obstack, temporary_firstobj);
H A Dpostreload-gcse.c274 obstack_free (&expr_obstack, NULL);
275 obstack_free (&occr_obstack, NULL);
276 obstack_free (&unoccr_obstack, NULL);
277 obstack_free (&modifies_mem_obstack, NULL);
347 obstack_free is really fast and one more obstack_alloc doesn't hurt if
365 obstack_free (&expr_obstack, cur_expr);
427 obstack_free (&expr_obstack, tmp_expr);
731 obstack_free (&modifies_mem_obstack, modifies_mem_obstack_bottom);
1167 obstack_free (&unoccr_obstack, rollback_unoccr);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtlink.c215 obstack_free (&symbol_stack_obstack, ep);
244 obstack_free (&file_stack_obstack, ep);
413 obstack_free (&temporary_obstack, temporary_firstobj);
547 obstack_free (&arg_stack, NULL);
548 obstack_free (&temporary_obstack, temporary_firstobj);
724 obstack_free (&temporary_obstack, temporary_firstobj);
H A Dpostreload-gcse.c275 obstack_free (&expr_obstack, NULL);
276 obstack_free (&occr_obstack, NULL);
277 obstack_free (&unoccr_obstack, NULL);
278 obstack_free (&modifies_mem_obstack, NULL);
348 obstack_free is really fast and one more obstack_alloc doesn't hurt if
366 obstack_free (&expr_obstack, cur_expr);
427 obstack_free (&expr_obstack, tmp_expr);
707 obstack_free (&modifies_mem_obstack, modifies_mem_obstack_bottom);
1221 obstack_free (&unoccr_obstack, rollback_unoccr);
H A Dconflict.c173 obstack_free (&graph->arc_obstack, NULL);
H A Dpretty-print.c573 obstack_free (&buffer->chunk_obstack, chunk_array);
617 obstack_free (pp->buffer->obstack, obstack_base (pp->buffer->obstack));
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dwrite-qt.c449 obstack_free (&messages_pool, NULL);
450 obstack_free (&hashes_pool, NULL);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dobstack.c326 #undef obstack_free
364 obstack_free (struct obstack *h, POINTER obj)
324 #undef obstack_free macro
362 obstack_free (struct obstack *h, POINTER obj) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dobstack.c326 #undef obstack_free
364 obstack_free (struct obstack *h, POINTER obj)
324 #undef obstack_free macro
362 obstack_free (struct obstack *h, POINTER obj) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dobstack.c326 #undef obstack_free
364 obstack_free (struct obstack *h, POINTER obj)
324 #undef obstack_free macro
362 obstack_free (struct obstack *h, POINTER obj) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dobstack.c326 #undef obstack_free
364 obstack_free (struct obstack *h, POINTER obj)
324 #undef obstack_free macro
362 obstack_free (struct obstack *h, POINTER obj) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dhash.c140 obstack_free (&table->memory, 0);
367 obstack_free (&table->memory, p);

Completed in 379 milliseconds

12345