Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbitmap.cc801 bitmap_gc_alloc (ALONE_MEM_STAT_DECL) in bitmap_gc_alloc() function
2862 bitmap b = bitmap_gc_alloc (); in test_gc_alloc()
2871 bitmap b = bitmap_gc_alloc (); in test_set_range()
2890 bitmap b = bitmap_gc_alloc (); in test_clear_bit_in_middle()
2910 bitmap src = bitmap_gc_alloc (); in test_copying()
2913 bitmap dst = bitmap_gc_alloc (); in test_copying()
2932 bitmap b = bitmap_gc_alloc (); in test_bitmap_single_bit_set_p()
2954 bitmap b = bitmap_gc_alloc (); in test_aligned_chunk()
H A Dbitmap.h491 extern bitmap bitmap_gc_alloc (ALONE_CXX_MEM_STAT_INFO);
492 #define BITMAP_GGC_ALLOC bitmap_gc_alloc
H A DChangeLog-201722100 (bitmap_gc_alloc): Likewise.
22106 (bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
H A DChangeLog-20044207 (bitmap_obstack_alloc, bitmap_malloc_alloc, bitmap_gc_alloc,
4221 (bitmap_obstack_alloc, bitmap_malloc_alloc, bitmap_gc_alloc,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbitmap.c796 bitmap_gc_alloc (ALONE_MEM_STAT_DECL) in bitmap_gc_alloc() function
2768 bitmap b = bitmap_gc_alloc (); in test_gc_alloc()
2777 bitmap b = bitmap_gc_alloc (); in test_set_range()
2796 bitmap b = bitmap_gc_alloc (); in test_clear_bit_in_middle()
2816 bitmap src = bitmap_gc_alloc (); in test_copying()
2819 bitmap dst = bitmap_gc_alloc (); in test_copying()
2838 bitmap b = bitmap_gc_alloc (); in test_bitmap_single_bit_set_p()
H A Dbitmap.h484 extern bitmap bitmap_gc_alloc (ALONE_CXX_MEM_STAT_INFO);
485 #define BITMAP_GGC_ALLOC bitmap_gc_alloc