Home
last modified time | relevance | path

Searched defs:dump_bitmap (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dbitmap.h183 #define dump_bitmap(file, bitmap) bitmap_print (file, bitmap, "", "\n") macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbitmap.h354 inline void dump_bitmap (FILE *file, const_bitmap map) in dump_bitmap() function
H A Dsbitmap.c764 dump_bitmap (FILE *file, const_sbitmap bmap) in dump_bitmap() function