Searched refs:maybe_empty_object (Results 1 – 10 of 10) 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()
7051 Also convert flags usage to use use_extra_arg and maybe_empty_object.
6853 Also convert flags usage to use use_extra_arg and maybe_empty_object.
203 h->maybe_empty_object = 0;263 h->maybe_empty_object = 0;322 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)331 h->maybe_empty_object = 0;391 h->maybe_empty_object = 1;425 h->maybe_empty_object = 1;
183 unsigned maybe_empty_object:1;/* There is a possibility that the current member469 __o1->maybe_empty_object = 1; \559 ? (((h)->maybe_empty_object = 1), 0) \
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
190 unsigned maybe_empty_object:1;/* There is a possibility that the current member484 __o1->maybe_empty_object = 1; \577 ? (((h)->maybe_empty_object = 1), 0) \