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

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

Completed in 261 milliseconds