Searched refs:maybe_empty_object (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/binutils/libiberty/
H A Dobstack.c181 h->maybe_empty_object = 0;
227 h->maybe_empty_object = 0;
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
293 h->maybe_empty_object = 0;
348 h->maybe_empty_object = 1;
380 h->maybe_empty_object = 1;
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dobstack.c181 h->maybe_empty_object = 0;
227 h->maybe_empty_object = 0;
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
293 h->maybe_empty_object = 0;
348 h->maybe_empty_object = 1;
380 h->maybe_empty_object = 1;
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dobstack.c204 h->maybe_empty_object = 0;
264 h->maybe_empty_object = 0;
323 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
332 h->maybe_empty_object = 0;
393 h->maybe_empty_object = 1;
427 h->maybe_empty_object = 1;
H A Dobstack.h184 unsigned maybe_empty_object:1;/* There is a possibility that the current
473 __o1->maybe_empty_object = 1; \
564 ? (((h)->maybe_empty_object = 1), 0) \
183 unsigned maybe_empty_object:1;/* There is a possibility that the current member in struct:obstack
/freebsd-10-stable/contrib/gcclibs/include/
H A Dobstack.h181 unsigned maybe_empty_object:1;/* There is a possibility that the current
431 __o1->maybe_empty_object = 1; \
525 ? (((h)->maybe_empty_object = 1), 0) \
180 unsigned maybe_empty_object:1;/* There is a possibility that the current member in struct:obstack
/freebsd-10-stable/contrib/binutils/include/
H A Dobstack.h181 unsigned maybe_empty_object:1;/* There is a possibility that the current
431 __o1->maybe_empty_object = 1; \
525 ? (((h)->maybe_empty_object = 1), 0) \
180 unsigned maybe_empty_object:1;/* There is a possibility that the current member in struct:obstack
/freebsd-10-stable/contrib/gdb/include/
H A Dobstack.h191 unsigned maybe_empty_object:1;/* There is a possibility that the current
488 __o1->maybe_empty_object = 1; \
582 ? (((h)->maybe_empty_object = 1), 0) \
190 unsigned maybe_empty_object:1;/* There is a possibility that the current member in struct:obstack

Completed in 127 milliseconds