Lines Matching refs:Bool
99 Bool DRD_(bm_has)(struct bitmap* const bm,
102 Bool DRD_(bm_has_any_load_g)(struct bitmap* const bm);
103 Bool DRD_(bm_has_any_load)(struct bitmap* const bm,
105 Bool DRD_(bm_has_any_store)(struct bitmap* const bm,
107 Bool DRD_(bm_has_any_access)(struct bitmap* const bm,
109 Bool DRD_(bm_has_1)(struct bitmap* const bm,
117 Bool DRD_(bm_test_and_clear)(struct bitmap* const bm,
119 Bool DRD_(bm_has_conflict_with)(struct bitmap* const bm,
122 Bool DRD_(bm_load_1_has_conflict_with)(struct bitmap* const bm, const Addr a1);
123 Bool DRD_(bm_load_2_has_conflict_with)(struct bitmap* const bm, const Addr a1);
124 Bool DRD_(bm_load_4_has_conflict_with)(struct bitmap* const bm, const Addr a1);
125 Bool DRD_(bm_load_8_has_conflict_with)(struct bitmap* const bm, const Addr a1);
126 Bool DRD_(bm_load_has_conflict_with)(struct bitmap* const bm,
128 Bool DRD_(bm_store_1_has_conflict_with)(struct bitmap* const bm,const Addr a1);
129 Bool DRD_(bm_store_2_has_conflict_with)(struct bitmap* const bm,const Addr a1);
130 Bool DRD_(bm_store_4_has_conflict_with)(struct bitmap* const bm,const Addr a1);
131 Bool DRD_(bm_store_8_has_conflict_with)(struct bitmap* const bm,const Addr a1);
132 Bool DRD_(bm_store_has_conflict_with)(struct bitmap* const bm,
134 Bool DRD_(bm_equal)(struct bitmap* const lhs, struct bitmap* const rhs);
138 Bool DRD_(bm_is_marked)(struct bitmap* bm, const Addr a);