/external/bison/lib/ |
obstack.c | 353 # undef obstack_free 356 obstack_free (struct obstack *h, void *obj) 388 strong_alias (obstack_free, _obstack_free) 351 # undef obstack_free macro 354 obstack_free (struct obstack *h, void *obj) function
|
obstack.h | 190 void obstack_free (struct obstack *obstack, void *block); 400 # define obstack_free(OBSTACK, OBJ) \ 406 else (obstack_free) (__o, __obj); }) 499 # define obstack_free(h,obj) \ 505 : (((obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0))) 396 # define obstack_free macro 494 # define obstack_free macro
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
obstack.c | 343 # undef obstack_free 378 strong_alias (obstack_free, _obstack_free) 341 # undef obstack_free macro
|
obstack.h | 189 /* The default name of the function for freeing a chunk is 'obstack_free', 192 # define __obstack_free obstack_free 404 # define obstack_free(OBSTACK, OBJ) \ 503 # define obstack_free(h,obj) \ 400 # define obstack_free macro 498 # define obstack_free macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
obstack.h | 212 void obstack_free (struct obstack *obstack, void *block); 441 # define obstack_free(OBSTACK, OBJ) \ 447 else (obstack_free) (__o, __obj); }) 537 # define obstack_free(h,obj) \ 542 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0))) 437 # define obstack_free macro 532 # define obstack_free macro
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
obstack.h | 212 void obstack_free (struct obstack *obstack, void *block); 441 # define obstack_free(OBSTACK, OBJ) \ 447 else (obstack_free) (__o, __obj); }) 537 # define obstack_free(h,obj) \ 542 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0))) 437 # define obstack_free macro 532 # define obstack_free macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
obstack.h | 212 void obstack_free (struct obstack *obstack, void *block); 441 # define obstack_free(OBSTACK, OBJ) \ 447 else (obstack_free) (__o, __obj); }) 537 # define obstack_free(h,obj) \ 542 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0))) 437 # define obstack_free macro 532 # define obstack_free macro
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
obstack.h | 212 void obstack_free (struct obstack *obstack, void *block); 441 # define obstack_free(OBSTACK, OBJ) \ 447 else (obstack_free) (__o, __obj); }) 537 # define obstack_free(h,obj) \ 542 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0))) 437 # define obstack_free macro 532 # define obstack_free macro
|