HomeSort by: relevance | last modified time | path
    Searched defs:const_bitmap (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
bitmap.h 377 extern void bitmap_copy (bitmap, const_bitmap);
383 extern bool bitmap_equal_p (const_bitmap, const_bitmap);
386 extern bool bitmap_intersect_p (const_bitmap, const_bitmap);
390 extern bool bitmap_intersect_compl_p (const_bitmap, const_bitmap);
393 inline bool bitmap_empty_p (const_bitmap map)
399 extern bool bitmap_single_bit_set_p (const_bitmap);
402 extern unsigned long bitmap_count_bits (const_bitmap);
    [all...]
coretypes.h 52 typedef const class bitmap_head *const_bitmap; typedef in typeref:class:bitmap_head
  /src/external/gpl3/gcc.old/dist/gcc/
bitmap.h 375 extern void bitmap_copy (bitmap, const_bitmap);
381 extern bool bitmap_equal_p (const_bitmap, const_bitmap);
384 extern bool bitmap_intersect_p (const_bitmap, const_bitmap);
388 extern bool bitmap_intersect_compl_p (const_bitmap, const_bitmap);
391 inline bool bitmap_empty_p (const_bitmap map)
397 extern bool bitmap_single_bit_set_p (const_bitmap);
400 extern unsigned long bitmap_count_bits (const_bitmap);
    [all...]
coretypes.h 52 typedef const class bitmap_head *const_bitmap; typedef in typeref:class:bitmap_head

Completed in 29 milliseconds