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

  /external/bison/src/
muscle_tab.c 90 obstack_free (&muscle_obstack, NULL);
154 obstack_free (&muscle_obstack, new_val);
194 obstack_free (&muscle_obstack, pair);
print_graph.c 191 obstack_free (&node_obstack, 0);
conflicts.c 535 obstack_free (&solved_conflicts_obstack, NULL);
scan-gram.l 106 obstack_free (&obstack_for_string, last_string)
    [all...]
scan-gram.c     [all...]
  /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
hash.c 671 obstack_free (&table->entry_stack, NULL);
833 obstack_free (&new_table->entry_stack, NULL);
ebitset.c 1364 obstack_free (&ebitset_obstack, NULL);
lbitset.c 1373 obstack_free (&lbitset_obstack, NULL);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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
  /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
  /external/elfutils/src/
nm.c 1190 obstack_free (&whereob, NULL);
    [all...]
  /external/bison/
configure     [all...]

Completed in 473 milliseconds