OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_bitmap
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
bitmap.h
199
extern void bitmap_copy (bitmap,
const_bitmap
);
202
extern bool bitmap_equal_p (
const_bitmap
,
const_bitmap
);
205
extern bool bitmap_intersect_p (
const_bitmap
,
const_bitmap
);
209
extern bool bitmap_intersect_compl_p (
const_bitmap
,
const_bitmap
);
212
inline bool bitmap_empty_p (
const_bitmap
map)
218
extern bool bitmap_single_bit_set_p (
const_bitmap
);
221
extern unsigned long bitmap_count_bits (
const_bitmap
);
[
all
...]
coretypes.h
48
typedef const struct bitmap_head_def *
const_bitmap
;
typedef in typeref:struct:bitmap_head_def
tree-flow.h
408
extern bool gimple_purge_all_dead_eh_edges (
const_bitmap
);
410
extern bool gimple_purge_all_dead_abnormal_call_edges (
const_bitmap
);
gtype-desc.h
[
all
...]
Completed in 88 milliseconds