Searched defs:obstack_ptr_grow_fast (Results 1 – 4 of 4) sorted by relevance
378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ macro497 # define obstack_ptr_grow_fast(h,aptr) \ macro
431 # define obstack_ptr_grow_fast(h,aptr) (*((void **) (h)->next_free)++ = (void *)aptr) macro539 # define obstack_ptr_grow_fast(h,aptr) (*((char **) (h)->next_free)++ = (char *) aptr) macro
435 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ macro554 # define obstack_ptr_grow_fast(h,aptr) \ macro