HomeSort by relevance Sort by last modified time
    Searched full:freefun (Results 1 - 14 of 14) sorted by null

  /external/bison/lib/
obstack.c 138 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
140 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
148 and FREEFUN the function to free them.
157 void (*freefun) (void *))
181 h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun;
203 void (*freefun) (void *, void *),
228 h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun;
obstack.h 168 void (*freefun) (void *, struct _obstack_chunk *);
233 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
236 (void (*) (void *)) (freefun))
238 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
241 (void (*) (void *, void *)) (freefun), (arg))
247 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
167 void (*freefun) (void *, struct _obstack_chunk *); member in struct:obstack
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.c 128 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
130 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
138 and FREEFUN the function to free them.
147 void (*freefun) (void *))
171 h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun;
193 void (*freefun) (void *, void *),
218 h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun;
obstack.h 167 void (*freefun) (void *, struct _obstack_chunk *);
237 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
240 (void (*) (void *)) (freefun))
242 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
245 (void (*) (void *, void *)) (freefun), (arg))
251 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
166 void (*freefun) (void *, struct _obstack_chunk *); member in struct:obstack
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
obstack.h 178 void (*freefun) (void *, struct _obstack_chunk *);
277 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
279 (void *(*) (long)) (chunkfun), (void (*) (void *)) (freefun))
281 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
284 (void (*) (void *, void *)) (freefun), (arg))
290 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
177 void (*freefun) (void *, struct _obstack_chunk *); member in struct:obstack
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
obstack.h 178 void (*freefun) (void *, struct _obstack_chunk *);
277 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
279 (void *(*) (long)) (chunkfun), (void (*) (void *)) (freefun))
281 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
284 (void (*) (void *, void *)) (freefun), (arg))
290 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
177 void (*freefun) (void *, struct _obstack_chunk *); member in struct:obstack
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
obstack.h 178 void (*freefun) (void *, struct _obstack_chunk *);
277 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
279 (void *(*) (long)) (chunkfun), (void (*) (void *)) (freefun))
281 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
284 (void (*) (void *, void *)) (freefun), (arg))
290 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
177 void (*freefun) (void *, struct _obstack_chunk *); member in struct:obstack
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
obstack.h 178 void (*freefun) (void *, struct _obstack_chunk *);
277 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
279 (void *(*) (long)) (chunkfun), (void (*) (void *)) (freefun))
281 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
284 (void (*) (void *, void *)) (freefun), (arg))
290 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
177 void (*freefun) (void *, struct _obstack_chunk *); member in struct:obstack
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
obstack.h 169 void (*freefun) (void *, struct _obstack_chunk *);
234 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
237 (void (*) (void *)) (freefun))
239 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
242 (void (*) (void *, void *)) (freefun), (arg))
248 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
168 void (*freefun) (void *, struct _obstack_chunk *); member in struct:obstack
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
obstack.h 169 void (*freefun) (void *, struct _obstack_chunk *);
234 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
237 (void (*) (void *)) (freefun))
239 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
242 (void (*) (void *, void *)) (freefun), (arg))
248 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
168 void (*freefun) (void *, struct _obstack_chunk *); member in struct:obstack
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
obstack.h 169 void (*freefun) (void *, struct _obstack_chunk *);
234 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
237 (void (*) (void *)) (freefun))
239 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
242 (void (*) (void *, void *)) (freefun), (arg))
248 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
168 void (*freefun) (void *, struct _obstack_chunk *); member in struct:obstack
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 
g++ 
gcc 

Completed in 867 milliseconds