Searched defs:obstack_grow0 (Results 1 - 1 of 1) sorted by relevance

/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
H A Dobstack.h217 void obstack_grow0 (struct obstack *obstack, void *data, int size);
345 # define obstack_grow0(OBSTACK,where,length) \
420 obstack_grow0 (__h, (where), (length)); \
479 # define obstack_grow0(h,where,length) \
521 (obstack_grow0 ((h), (where), (length)), obstack_finish ((h)))
341 # define obstack_grow0 macro
474 # define obstack_grow0 macro

Completed in 5 milliseconds