HomeSort by relevance Sort by last modified time
    Searched defs:obstack_free (Results 1 - 7 of 7) 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/linux-x86/host/x86_64-linux-glibc2.11-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.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-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

Completed in 189 milliseconds