Searched refs:maybe_empty_object (Results 1 – 4 of 4) sorted by relevance
180 h->maybe_empty_object = 0; in _obstack_begin()226 h->maybe_empty_object = 0; in _obstack_begin_1()283 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object) in _obstack_newchunk()292 h->maybe_empty_object = 0; in _obstack_newchunk()346 h->maybe_empty_object = 1; in _obstack_free()378 h->maybe_empty_object = 1; in obstack_free()
8728 Also convert flags usage to use use_extra_arg and maybe_empty_object.
180 unsigned maybe_empty_object:1;/* There is a possibility that the current member427 __o1->maybe_empty_object = 1; \520 ? (((h)->maybe_empty_object = 1), 0) \
2318 use_extra_arg, and maybe_empty_object.2320 Remove, replaced by maybe_empty_object and use_extra_arg bitfields.2371 set functions explicitly. Convert maybe_empty_object to