Searched refs:obstack_ptr_grow (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | tlink.c | 494 obstack_ptr_grow (&temporary_obstack, c_file_name); in recompile_files() 526 obstack_ptr_grow (&temporary_obstack, obstack_finish (&arg_stack)); in recompile_files() 529 obstack_ptr_grow (&temporary_obstack, f->main); in recompile_files() 530 obstack_ptr_grow (&temporary_obstack, NULL); in recompile_files()
|
| D | read-rtl.c | 788 obstack_ptr_grow (&joined_conditions_obstack, result); in join_c_conditions() 789 obstack_ptr_grow (&joined_conditions_obstack, cond1); in join_c_conditions() 790 obstack_ptr_grow (&joined_conditions_obstack, cond2); in join_c_conditions() 1593 obstack_ptr_grow (&vector_stack, read_rtx_1 (infile, mode_maps)); in read_rtx_1()
|
| D | reorg.c | 438 obstack_ptr_grow (&unfilled_slots_obstack, insn); in find_end_label() 657 obstack_ptr_grow (&unfilled_slots_obstack, trial); in delete_from_delay_slot() 3516 obstack_ptr_grow (&unfilled_slots_obstack, insn); in make_return_insns() 3583 obstack_ptr_grow (&unfilled_slots_obstack, insn); in dbr_schedule()
|
| /freebsd-12-stable/contrib/gcclibs/include/ |
| D | obstack.h | 218 void obstack_ptr_grow (struct obstack *obstack, void *data); 364 # define obstack_ptr_grow(OBSTACK,datum) \ macro 487 # define obstack_ptr_grow(h,datum) \ macro
|
| D | ChangeLog-9103 | 64 (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank): 2022 (obstack_grow, obstack_grow0, obstack_1grow, obstack_ptr_grow,
|
| /freebsd-12-stable/contrib/binutils/include/ |
| D | obstack.h | 218 void obstack_ptr_grow (struct obstack *obstack, void *data); 364 # define obstack_ptr_grow(OBSTACK,datum) \ macro 487 # define obstack_ptr_grow(h,datum) \ macro
|
| /freebsd-12-stable/contrib/gdb/include/ |
| D | obstack.h | 238 void obstack_ptr_grow (struct obstack *obstack, void *data); 421 # define obstack_ptr_grow(OBSTACK,datum) \ macro 544 # define obstack_ptr_grow(h,datum) \ macro
|
| /freebsd-12-stable/gnu/usr.bin/grep/ |
| D | obstack.h | 231 void obstack_ptr_grow (struct obstack *obstack, void *data); 415 # define obstack_ptr_grow(OBSTACK,datum) \ macro 529 # define obstack_ptr_grow(h,datum) \ macro
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | cp-valprint.c | 536 obstack_ptr_grow (&dont_print_vb_obstack, baseclass); in cp_print_value()
|
| D | p-valprint.c | 939 obstack_ptr_grow (&dont_print_vb_obstack, baseclass); in pascal_object_print_value()
|
| D | gdbtypes.c | 2878 obstack_ptr_grow (&dont_print_type_obstack, type); in recursive_dump_type()
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | obstacks.texi | 381 @deftypefun void obstack_ptr_grow (struct obstack *@var{obstack-ptr}, void *@var{data}) 383 @code{obstack_ptr_grow}. It adds @code{sizeof (void *)} bytes
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | obstacks.texi | 381 @deftypefun void obstack_ptr_grow (struct obstack *@var{obstack-ptr}, void *@var{data}) 383 @code{obstack_ptr_grow}. It adds @code{sizeof (void *)} bytes
|