Home
last modified time | relevance | path

Searched defs:obstack_ptr_grow_fast (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
HDobstack.h378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ macro
497 # define obstack_ptr_grow_fast(h,aptr) \ macro
/freebsd-11-stable/contrib/binutils/include/
HDobstack.h378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ macro
497 # define obstack_ptr_grow_fast(h,aptr) \ macro
/freebsd-11-stable/gnu/usr.bin/grep/
HDobstack.h431 # define obstack_ptr_grow_fast(h,aptr) (*((void **) (h)->next_free)++ = (void *)aptr) macro
539 # define obstack_ptr_grow_fast(h,aptr) (*((char **) (h)->next_free)++ = (char *) aptr) macro
/freebsd-11-stable/contrib/gdb/include/
HDobstack.h435 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ macro
554 # define obstack_ptr_grow_fast(h,aptr) \ macro