Home
last modified time | relevance | path

Searched refs:maybe_empty_object (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/binutils/libiberty/
HDobstack.c180 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()
HDChangeLog7051 Also convert flags usage to use use_extra_arg and maybe_empty_object.
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDobstack.c180 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()
HDChangeLog6853 Also convert flags usage to use use_extra_arg and maybe_empty_object.
/freebsd-11-stable/gnu/usr.bin/grep/
HDobstack.c203 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;
HDobstack.h183 unsigned maybe_empty_object:1;/* There is a possibility that the current member
469 __o1->maybe_empty_object = 1; \
559 ? (((h)->maybe_empty_object = 1), 0) \
/freebsd-11-stable/contrib/gcclibs/include/
HDobstack.h180 unsigned maybe_empty_object:1;/* There is a possibility that the current member
427 __o1->maybe_empty_object = 1; \
520 ? (((h)->maybe_empty_object = 1), 0) \
HDChangeLog-91032318 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
/freebsd-11-stable/contrib/binutils/include/
HDobstack.h180 unsigned maybe_empty_object:1;/* There is a possibility that the current member
427 __o1->maybe_empty_object = 1; \
520 ? (((h)->maybe_empty_object = 1), 0) \
/freebsd-11-stable/contrib/gdb/include/
HDobstack.h190 unsigned maybe_empty_object:1;/* There is a possibility that the current member
484 __o1->maybe_empty_object = 1; \
577 ? (((h)->maybe_empty_object = 1), 0) \