Searched refs:obstack_ptr_grow_fast (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/gcclibs/include/
H A Dobstack.h230 void obstack_ptr_grow_fast (struct obstack *obstack, void *data);
373 obstack_ptr_grow_fast (__o, datum); })
382 # define obstack_ptr_grow_fast(OBSTACK,aptr) \
495 obstack_ptr_grow_fast (h, datum))
502 # define obstack_ptr_grow_fast(h,aptr) \
378 # define obstack_ptr_grow_fast macro
497 # define obstack_ptr_grow_fast macro
/freebsd-11.0-release/contrib/binutils/include/
H A Dobstack.h230 void obstack_ptr_grow_fast (struct obstack *obstack, void *data);
373 obstack_ptr_grow_fast (__o, datum); })
382 # define obstack_ptr_grow_fast(OBSTACK,aptr) \
495 obstack_ptr_grow_fast (h, datum))
502 # define obstack_ptr_grow_fast(h,aptr) \
378 # define obstack_ptr_grow_fast macro
497 # define obstack_ptr_grow_fast macro
/freebsd-11.0-release/contrib/gdb/include/
H A Dobstack.h250 void obstack_ptr_grow_fast (struct obstack *obstack, void *data);
430 obstack_ptr_grow_fast (__o, datum); })
439 # define obstack_ptr_grow_fast(OBSTACK,aptr) \
552 obstack_ptr_grow_fast (h, datum))
559 # define obstack_ptr_grow_fast(h,aptr) \
435 # define obstack_ptr_grow_fast macro
554 # define obstack_ptr_grow_fast macro
/freebsd-11.0-release/gnu/usr.bin/grep/
H A Dobstack.h243 void obstack_ptr_grow_fast (struct obstack *obstack, void *data);
435 # define obstack_ptr_grow_fast(h,aptr) (*((void **) (h)->next_free)++ = (void *)aptr)
544 # define obstack_ptr_grow_fast(h,aptr) (*((char **) (h)->next_free)++ = (char *) aptr)
431 # define obstack_ptr_grow_fast macro
539 # define obstack_ptr_grow_fast macro

Completed in 62 milliseconds