Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dbitmap.h107 #define bitmap_empty_p(MAP) (!(MAP)->first) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbitmap.h272 inline bool bitmap_empty_p (const_bitmap map) in bitmap_empty_p() function
H A Dsbitmap.c200 bitmap_empty_p (const_sbitmap bmap) in bitmap_empty_p() function