Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dbitmap.c55 if (bit_obstack) in bitmap_elem_to_freelist()
106 if (bit_obstack) in bitmap_element_allocate()
175 if (bit_obstack) in bitmap_elt_clear_from()
202 if (!bit_obstack) in bitmap_obstack_initialize()
209 bit_obstack->elements = NULL; in bitmap_obstack_initialize()
210 bit_obstack->heads = NULL; in bitmap_obstack_initialize()
223 if (!bit_obstack) in bitmap_obstack_release()
226 bit_obstack->elements = NULL; in bitmap_obstack_release()
227 bit_obstack->heads = NULL; in bitmap_obstack_release()
239 if (!bit_obstack) in bitmap_obstack_alloc()
[all …]