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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 275 # define obstack_room(OBSTACK) \
415 # define obstack_room(h) \
271 # define obstack_room macro
410 # define obstack_room 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 227 int obstack_room (struct obstack *obstack);
317 # define obstack_room(OBSTACK) \
455 # define obstack_room(h) \
313 # define obstack_room macro
450 # define obstack_room macro
  /toolchain/binutils/binutils-2.27/include/
obstack.h 292 # define obstack_room(OBSTACK) \ macro
301 if (obstack_room (__o) < __len) \
317 if (obstack_room (__o) < __len) \
327 if (obstack_room (__o) < __len + 1) \
337 if (obstack_room (__o) < 1) \
348 if (obstack_room (__o) < sizeof (void *)) \
355 if (obstack_room (__o) < sizeof (int)) \
379 if (obstack_room (__o) < __len) \
432 # define obstack_room(h) \ macro
449 ((obstack_room (h) < (h)->temp.i)
    [all...]

Completed in 1061 milliseconds