Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/include/
H A Dobstack.h182 void (*freefun) (void *, struct _obstack_chunk *); member
186 void (*freefun) (); /* User's function to free 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 Dcp.c18 void (*freefun) (); member
25 _obstack_begin (h, size, alignment, chunkfun, freefun) in _obstack_begin() argument
/openbsd-src/gnu/gcc/include/
H A Dobstack.h177 void (*freefun) (void *, struct _obstack_chunk *); 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 Dobstack.h177 void (*freefun) (void *, struct _obstack_chunk *); 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 Dobstack.h177 void (*freefun) (void *, struct _obstack_chunk *); 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 D20010102-1.c26 void (*freefun) (void *, struct _obstack_chunk *); member