| /openbsd-src/gnu/gcc/include/ |
| H A D | obstack.h | 308 # define obstack_object_size(OBSTACK) \ argument 310 ({ struct obstack *__o = (OBSTACK); \ 313 # define obstack_room(OBSTACK) \ argument 315 ({ struct obstack *__o = (OBSTACK); \ 318 # define obstack_make_room(OBSTACK,length) \ argument 320 ({ struct obstack *__o = (OBSTACK); \ 326 # define obstack_empty_p(OBSTACK) \ argument 328 ({ struct obstack *__o = (OBSTACK); \ 331 # define obstack_grow(OBSTACK,where,length) \ argument 333 ({ struct obstack *__o = (OBSTACK); \ [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | obstack.h | 308 # define obstack_object_size(OBSTACK) \ argument 310 ({ struct obstack *__o = (OBSTACK); \ 313 # define obstack_room(OBSTACK) \ argument 315 ({ struct obstack *__o = (OBSTACK); \ 318 # define obstack_make_room(OBSTACK,length) \ argument 320 ({ struct obstack *__o = (OBSTACK); \ 326 # define obstack_empty_p(OBSTACK) \ argument 328 ({ struct obstack *__o = (OBSTACK); \ 331 # define obstack_grow(OBSTACK,where,length) \ argument 333 ({ struct obstack *__o = (OBSTACK); \ [all …]
|
| /openbsd-src/gnu/lib/libiberty/include/ |
| H A D | obstack.h | 308 # define obstack_object_size(OBSTACK) \ argument 310 ({ struct obstack *__o = (OBSTACK); \ 313 # define obstack_room(OBSTACK) \ argument 315 ({ struct obstack *__o = (OBSTACK); \ 318 # define obstack_make_room(OBSTACK,length) \ argument 320 ({ struct obstack *__o = (OBSTACK); \ 326 # define obstack_empty_p(OBSTACK) \ argument 328 ({ struct obstack *__o = (OBSTACK); \ 331 # define obstack_grow(OBSTACK,where,length) \ argument 333 ({ struct obstack *__o = (OBSTACK); \ [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | obstack.h | 365 # define obstack_object_size(OBSTACK) \ argument 367 ({ struct obstack *__o = (OBSTACK); \ 370 # define obstack_room(OBSTACK) \ argument 372 ({ struct obstack *__o = (OBSTACK); \ 375 # define obstack_make_room(OBSTACK,length) \ argument 377 ({ struct obstack *__o = (OBSTACK); \ 383 # define obstack_empty_p(OBSTACK) \ argument 385 ({ struct obstack *__o = (OBSTACK); \ 388 # define obstack_grow(OBSTACK,where,length) \ argument 390 ({ struct obstack *__o = (OBSTACK); \ [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gdb_obstack.h | 29 #define OBSTACK_ZALLOC(OBSTACK,TYPE) (memset (obstack_alloc ((OBSTACK), sizeof (TYPE)), 0, sizeof (… argument 31 #define OBSTACK_CALLOC(OBSTACK,NUMBER,TYPE) (memset (obstack_alloc ((OBSTACK), (NUMBER) * sizeof (T… argument
|
| H A D | ChangeLog-3.x | 3293 * Makefile: Added TSOBS NTSOBS OBSTACK and REGEX to list of things
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
| H A D | x-openbsd | 9 OBSTACK=
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | bitmap.h | 131 #define BITMAP_OBSTACK_ALLOC(OBSTACK) \ argument 132 bitmap_initialize ((bitmap) obstack_alloc (OBSTACK, sizeof (bitmap_head)), 1)
|
| H A D | basic-block.h | 100 #define OBSTACK_ALLOC_REG_SET(OBSTACK) BITMAP_OBSTACK_ALLOC (OBSTACK) argument
|
| H A D | FSFChangeLog.11 | 10503 * tree.c (build1): Clean up initialization of OBSTACK.
|
| H A D | ChangeLog.6 | 3618 * Makefile.in (OBSTACK, VFPRINTF, DOPRINT, STRSTR,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | bitmap.h | 172 #define BITMAP_ALLOC(OBSTACK) bitmap_obstack_alloc (OBSTACK) argument
|
| H A D | defaults.h | 34 #define gcc_obstack_init(OBSTACK) \ argument 35 _obstack_begin ((OBSTACK), OBSTACK_CHUNK_SIZE, 0, \
|
| H A D | basic-block.h | 41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) argument
|