Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/include/
H A Dobstack.h308 # 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 Dobstack.h308 # 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 Dobstack.h308 # 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 Dobstack.h365 # 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 Dgdb_obstack.h29 #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 DChangeLog-3.x3293 * Makefile: Added TSOBS NTSOBS OBSTACK and REGEX to list of things
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Dx-openbsd9 OBSTACK=
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dbitmap.h131 #define BITMAP_OBSTACK_ALLOC(OBSTACK) \ argument
132 bitmap_initialize ((bitmap) obstack_alloc (OBSTACK, sizeof (bitmap_head)), 1)
H A Dbasic-block.h100 #define OBSTACK_ALLOC_REG_SET(OBSTACK) BITMAP_OBSTACK_ALLOC (OBSTACK) argument
H A DFSFChangeLog.1110503 * tree.c (build1): Clean up initialization of OBSTACK.
H A DChangeLog.63618 * Makefile.in (OBSTACK, VFPRINTF, DOPRINT, STRSTR,
/openbsd-src/gnu/gcc/gcc/
H A Dbitmap.h172 #define BITMAP_ALLOC(OBSTACK) bitmap_obstack_alloc (OBSTACK) argument
H A Ddefaults.h34 #define gcc_obstack_init(OBSTACK) \ argument
35 _obstack_begin ((OBSTACK), OBSTACK_CHUNK_SIZE, 0, \
H A Dbasic-block.h41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) argument