/external/bison/lib/ |
obstack.c | 126 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \ 128 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \ 136 and FREEFUN the function to free them. 145 void (*freefun) (void *)) 169 h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun; 191 void (*freefun) (void *, void *), 216 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
|
/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/misc/linux-x86/bison/ |
bison | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/ |
c++ | |
g++ | |
gcc | |