Home
last modified time | relevance | path

Searched refs:obstack_grow (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dobstack.h292 # define obstack_grow(OBSTACK,where,length) \ macro
371 obstack_grow (__h, (where), (length)); \
430 # define obstack_grow(h,where,length) \ macro
476 (obstack_grow ((h), (where), (length)), obstack_finish ((h)))