Lines Matching full:likely
47 if (likely (!a.s.successful || !b.s.successful)) in swap()
68 if (likely (s.successful)) in clear()
73 if (likely (s.successful)) in invert()
151 if (likely (s.successful)) in set()
157 if (likely (inverted == other.inverted)) in is_equal()
184 if (likely (inverted == other.inverted)) in union_()
198 if (likely (s.successful)) in union_()
203 if (likely (inverted == other.inverted)) in intersect()
217 if (likely (s.successful)) in intersect()
222 if (likely (inverted == other.inverted)) in subtract()
236 if (likely (s.successful)) in subtract()
242 if (likely (s.successful)) in symmetric_difference()
248 if (likely (!inverted)) in next()
274 if (likely (!inverted)) in previous()
301 if (likely (!inverted)) in next_range()
317 if (likely (!inverted)) in previous_range()
362 void __next__ () { s->next (&v); if (likely (l)) l--; } in __next__()