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

  /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
  /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

Completed in 761 milliseconds