Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dobstack.h266 # define obstack_object_size(OBSTACK) \ argument
271 # define obstack_room(OBSTACK) \ argument
276 # define obstack_make_room(OBSTACK,length) \ argument
284 # define obstack_empty_p(OBSTACK) \ argument
292 # define obstack_grow(OBSTACK,where,length) \ argument
302 # define obstack_grow0(OBSTACK,where,length) \ argument
313 # define obstack_1grow(OBSTACK,datum) \ argument
325 # define obstack_ptr_grow(OBSTACK,datum) \ argument
332 # define obstack_int_grow(OBSTACK,datum) \ argument
339 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
[all …]