HomeSort by relevance Sort by last modified time
    Searched refs:const_bitmap (Results 1 - 4 of 4) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h 96 extern void bitmap_copy (bitmap, const_bitmap);
99 extern bool bitmap_equal_p (const_bitmap, const_bitmap);
102 extern bool bitmap_intersect_p (const_bitmap, const_bitmap);
106 extern bool bitmap_intersect_compl_p (const_bitmap, const_bitmap);
112 extern bool bitmap_single_bit_set_p (const_bitmap);
115 extern unsigned long bitmap_count_bits (const_bitmap);
121 extern void bitmap_and (bitmap, const_bitmap, const_bitmap)
    [all...]
coretypes.h 46 typedef const struct bitmap_head_def *const_bitmap; typedef in typeref:struct:bitmap_head_def
basic-block.h 83 extern void reg_set_to_hard_reg_set (HARD_REG_SET *, const_bitmap);
    [all...]
tree-flow.h 730 extern bool gimple_purge_all_dead_eh_edges (const_bitmap);
    [all...]

Completed in 22 milliseconds