Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsbitmap.h118 bitmap_bit_p (const_sbitmap map, int bitno) in bitmap_bit_p() function
Dbitmap.cc987 bitmap_bit_p (const_bitmap head, int bit) in bitmap_bit_p() function
Dgenautomata.cc3429 #define bitmap_bit_p(bitstring, bitno) \ macro