Home
last modified time | relevance | path

Searched defs:bitmap_head (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dbitmap.h237 struct GTY(()) bitmap_head { struct
238 unsigned int indx; /* Index of last element looked at. */
239 unsigned int descriptor_id; /* Unique identifier for the allocation
242 bitmap_element *first; /* First element in linked list. */
244 bitmap_obstack *obstack; /* Obstack to allocate elements from.
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbitmap.h84 } bitmap_head; typedef