Lines Matching refs:obstack_room
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) \
455 ((obstack_room (h) < (h)->temp.i) \
463 ((obstack_room (h) < (h)->temp.i + 1) \
471 (((obstack_room (h) < 1) \
476 (((obstack_room (h) < sizeof (char *)) \
481 (((obstack_room (h) < sizeof (int)) \
495 ((obstack_room (h) < (h)->temp.i) \