OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_sbitmap
(Results
1 - 2
of
2
) 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/
sbitmap.h
101
bitmap_bit_p (
const_sbitmap
map, int bitno)
150
bmp_iter_set_init (sbitmap_iterator *i,
const_sbitmap
bmp,
225
extern void dump_bitmap (FILE *,
const_sbitmap
);
226
extern void dump_bitmap_file (FILE *,
const_sbitmap
);
233
extern void bitmap_copy (sbitmap,
const_sbitmap
);
234
extern int bitmap_equal_p (
const_sbitmap
,
const_sbitmap
);
235
extern bool bitmap_empty_p (
const_sbitmap
);
241
extern bool bitmap_ior_and_compl (sbitmap,
const_sbitmap
,
242
const_sbitmap
, const_sbitmap)
[
all
...]
coretypes.h
51
typedef const struct simple_bitmap_def *
const_sbitmap
;
typedef in typeref:struct:simple_bitmap_def
Completed in 1300 milliseconds