Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsbitmap.h86 struct simple_bitmap_def struct
246 extern void debug_raw (const simple_bitmap_def &ref);
247 extern void debug_raw (const simple_bitmap_def *ptr);
249 extern void debug (const simple_bitmap_def &ref);
250 extern void debug (const simple_bitmap_def *ptr);
H A Dcoretypes.h53 struct simple_bitmap_def;
54 typedef struct simple_bitmap_def *sbitmap;
55 typedef const struct simple_bitmap_def *const_sbitmap;
H A Dsbitmap.c49 amt = (sizeof (struct simple_bitmap_def) in sbitmap_alloc()
71 amt = (sizeof (struct simple_bitmap_def) in sbitmap_resize()
122 amt = (sizeof (struct simple_bitmap_def) in sbitmap_realloc()
148 elm_bytes = (sizeof (struct simple_bitmap_def) in sbitmap_vector_alloc()
786 debug_raw (simple_bitmap_def &ref) in debug_raw()
792 debug_raw (simple_bitmap_def *ptr) in debug_raw()
830 debug (simple_bitmap_def &ref) in debug()
836 debug (simple_bitmap_def *ptr) in debug()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsbitmap.h86 struct simple_bitmap_def struct
256 extern void debug_raw (const simple_bitmap_def &ref);
257 extern void debug_raw (const simple_bitmap_def *ptr);
259 extern void debug (const simple_bitmap_def &ref);
260 extern void debug (const simple_bitmap_def *ptr);
H A Dsbitmap.cc49 amt = (sizeof (struct simple_bitmap_def) in sbitmap_alloc()
71 amt = (sizeof (struct simple_bitmap_def) in sbitmap_resize()
122 amt = (sizeof (struct simple_bitmap_def) in sbitmap_realloc()
148 elm_bytes = (sizeof (struct simple_bitmap_def) in sbitmap_vector_alloc()
786 debug_raw (simple_bitmap_def &ref) in debug_raw()
792 debug_raw (simple_bitmap_def *ptr) in debug_raw()
830 debug (simple_bitmap_def &ref) in debug()
836 debug (simple_bitmap_def *ptr) in debug()
H A Dcoretypes.h53 struct simple_bitmap_def;
54 typedef struct simple_bitmap_def *sbitmap;
55 typedef const struct simple_bitmap_def *const_sbitmap;
H A DChangeLog-201334801 (debug_raw (simple_bitmap_def &)): New.
34802 (debug_raw (simple_bitmap_def *)): New.
34803 (debug (simple_bitmap_def &)): New.
34804 (debug (simple_bitmap_def *)): New.
34806 (extern debug (simple_bitmap_def &)): New.
34807 (extern debug (simple_bitmap_def *)): New.
34808 (extern debug_raw (simple_bitmap_def &)): New.
34809 (extern debug_raw (simple_bitmap_def *)): New.
H A DChangeLog-200022301 (struct simple_bitmap_def): All sizes now unsigned.
H A DChangeLog-201627117 * sbitmap.h (simple_bitmap_def): Delete the popcount field.
H A DChangeLog-201030079 * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):