/openbsd-src/gnu/usr.bin/binutils/include/ |
H A D | obstack.h | 181 struct _obstack_chunk *(*chunkfun) (void *, long); member 185 struct _obstack_chunk *(*chunkfun) (); /* User's fcn to allocate a chunk. */ member 305 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 309 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 330 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 334 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
H A D | cp.c | 17 struct _obstack_chunk *(*chunkfun) (); member 25 _obstack_begin (h, size, alignment, chunkfun, freefun) in _obstack_begin() argument
|
/openbsd-src/gnu/gcc/include/ |
H A D | obstack.h | 176 struct _obstack_chunk *(*chunkfun) (void *, long); member 274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 278 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
H A D | obstack.h | 176 struct _obstack_chunk *(*chunkfun) (void *, long); member 274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 278 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|
/openbsd-src/gnu/lib/libiberty/include/ |
H A D | obstack.h | 176 struct _obstack_chunk *(*chunkfun) (void *, long); member 274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 278 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20010102-1.c | 25 struct _obstack_chunk *(*chunkfun) (void *, long); member
|