Home
last modified time | relevance | path

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

/NextBSD/contrib/gcclibs/include/
HDobstack.h308 # define obstack_object_size(OBSTACK) \ argument
313 # define obstack_room(OBSTACK) \ argument
318 # define obstack_make_room(OBSTACK,length) \ argument
326 # define obstack_empty_p(OBSTACK) \ argument
331 # define obstack_grow(OBSTACK,where,length) \ argument
341 # define obstack_grow0(OBSTACK,where,length) \ argument
352 # define obstack_1grow(OBSTACK,datum) \ argument
364 # define obstack_ptr_grow(OBSTACK,datum) \ argument
371 # define obstack_int_grow(OBSTACK,datum) \ argument
378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
[all …]
/NextBSD/contrib/binutils/include/
HDobstack.h308 # define obstack_object_size(OBSTACK) \ argument
313 # define obstack_room(OBSTACK) \ argument
318 # define obstack_make_room(OBSTACK,length) \ argument
326 # define obstack_empty_p(OBSTACK) \ argument
331 # define obstack_grow(OBSTACK,where,length) \ argument
341 # define obstack_grow0(OBSTACK,where,length) \ argument
352 # define obstack_1grow(OBSTACK,datum) \ argument
364 # define obstack_ptr_grow(OBSTACK,datum) \ argument
371 # define obstack_int_grow(OBSTACK,datum) \ argument
378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
[all …]
/NextBSD/contrib/gdb/include/
HDobstack.h365 # define obstack_object_size(OBSTACK) \ argument
370 # define obstack_room(OBSTACK) \ argument
375 # define obstack_make_room(OBSTACK,length) \ argument
383 # define obstack_empty_p(OBSTACK) \ argument
388 # define obstack_grow(OBSTACK,where,length) \ argument
398 # define obstack_grow0(OBSTACK,where,length) \ argument
409 # define obstack_1grow(OBSTACK,datum) \ argument
421 # define obstack_ptr_grow(OBSTACK,datum) \ argument
428 # define obstack_int_grow(OBSTACK,datum) \ argument
435 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
[all …]
/NextBSD/gnu/usr.bin/grep/
HDobstack.h359 # define obstack_object_size(OBSTACK) \ argument
364 # define obstack_room(OBSTACK) \ argument
369 # define obstack_make_room(OBSTACK,length) \ argument
377 # define obstack_empty_p(OBSTACK) \ argument
382 # define obstack_grow(OBSTACK,where,length) \ argument
392 # define obstack_grow0(OBSTACK,where,length) \ argument
403 # define obstack_1grow(OBSTACK,datum) \ argument
415 # define obstack_ptr_grow(OBSTACK,datum) \ argument
423 # define obstack_int_grow(OBSTACK,datum) \ argument
434 # define obstack_blank(OBSTACK,length) \ argument
[all …]
/NextBSD/contrib/gcc/
HDbitmap.h172 #define BITMAP_ALLOC(OBSTACK) bitmap_obstack_alloc (OBSTACK) argument
HDdefaults.h34 #define gcc_obstack_init(OBSTACK) \ argument
HDbasic-block.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) argument