/external/bison/src/ |
flex-scanner.h | 89 obstack_free (&obstack_for_string, last_string)
|
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);
|
scan-skel.l | 128 obstack_free (&obstack_for_string, at_directive_argv[0]); 173 obstack_free (&obstack_for_string, 0);
|
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...] |
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);
|
scan-gram.l | 934 obstack_free (&obstack_for_string, 0);
|
scan-skel.c | 1147 obstack_free (&obstack_for_string, at_directive_argv[0]); [all...] |
scan-code.c | [all...] |
ielr.c | [all...] |
scan-gram.c | [all...] |
/external/compiler-rt/test/msan/ |
obstack.cc | 36 obstack_free(&obs, 0);
|
/external/elfutils/src/src/ |
arlib.c | 183 obstack_free (&symtab.symsoffob, NULL); 184 obstack_free (&symtab.symsnameob, NULL); 185 obstack_free (&symtab.longnamesob, NULL);
|
nm.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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))) 397 # define obstack_free macro 495 # define obstack_free macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.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))) 437 # define obstack_free macro 532 # define obstack_free macro
|
/external/bison/lib/ |
obstack.c | 341 # undef obstack_free 376 strong_alias (obstack_free, _obstack_free) 339 # 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
|
hash.c | 717 obstack_free (&table->entry_stack, NULL); [all...] |
ebitset.c | 1359 obstack_free (&ebitset_obstack, NULL);
|
lbitset.c | 1369 obstack_free (&lbitset_obstack, NULL);
|
/external/elfutils/src/libcpu/ |
i386_parse.y | 630 obstack_free (&os, NULL); [all...] |