/external/bison/src/ |
graphviz.c | 125 obstack_free (out, label); 209 obstack_free (&dout, 0); 210 obstack_free (&eout, 0);
|
muscle-tab.c | 98 obstack_free (&muscle_obstack, NULL); 167 obstack_free (&muscle_obstack, new_val); 187 obstack_free (&muscle_obstack, extension); 216 obstack_free (&muscle_obstack, pair); 279 obstack_free (&muscle_obstack, extension); 337 obstack_free (&muscle_obstack, value_decoded); 367 obstack_free (&muscle_obstack, boundary_str); 374 obstack_free (&muscle_obstack, boundary_str);
|
AnnotationList.c | 290 obstack_free (annotations_obstackp, 300 obstack_free (annotations_obstackp, items); 376 obstack_free (annotations_obstackp, annotation_node); 401 obstack_free (annotations_obstackp, annotation_node); 405 obstack_free (annotations_obstackp, annotation_node); 537 obstack_free (annotations_obstackp, annotation_node); 567 obstack_free (annotations_obstackp, annotation_node); [all...] |
flex-scanner.h | 89 obstack_free (&obstack_for_string, last_string)
|
scan-skel.l | 128 obstack_free (&obstack_for_string, at_directive_argv[0]); 173 obstack_free (&obstack_for_string, 0);
|
print_graph.c | 187 obstack_free (&node_obstack, 0);
|
conflicts.c | 636 obstack_free (&solved_conflicts_obstack, NULL); 637 obstack_free (&solved_conflicts_xml_obstack, NULL);
|
scan-code.l | 483 obstack_free (&msg_buf, 0); 953 obstack_free (&obstack_for_string, 0);
|
/external/elfutils/src/ |
arlib.c | 189 obstack_free (&symtab.symsoffob, NULL); 190 obstack_free (&symtab.symsnameob, NULL); 191 obstack_free (&symtab.longnamesob, NULL);
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/ |
lto-wrapper | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
lto-wrapper | |
/prebuilts/gcc/darwin-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/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
obstack.h | 191 void obstack_free (struct obstack *obstack, void *block); 401 # define obstack_free(OBSTACK, OBJ) \ 407 else (obstack_free) (__o, __obj); }) 500 # define obstack_free(h,obj) \ 506 : (((obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0))) 397 # define obstack_free macro 495 # define obstack_free macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 191 void obstack_free (struct obstack *obstack, void *block); 401 # define obstack_free(OBSTACK, OBJ) \ 407 else (obstack_free) (__o, __obj); }) 500 # define obstack_free(h,obj) \ 506 : (((obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0))) 397 # define obstack_free macro 495 # define obstack_free macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 191 void obstack_free (struct obstack *obstack, void *block); 401 # define obstack_free(OBSTACK, OBJ) \ 407 else (obstack_free) (__o, __obj); }) 500 # define obstack_free(h,obj) \ 506 : (((obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0))) 397 # define obstack_free macro 495 # define obstack_free macro
|
/external/bison/lib/ |
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
|
obstack.c | 341 # undef obstack_free 376 strong_alias (obstack_free, _obstack_free) 339 # undef obstack_free macro
|
ebitset.c | 1359 obstack_free (&ebitset_obstack, NULL);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
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
|
obstack.c | 343 # undef obstack_free 378 strong_alias (obstack_free, _obstack_free) 341 # undef obstack_free macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/ |
lto-wrapper | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/ |
collect2 | |