Home | History | Annotate | Download | only in Support

Lines Matching refs:isSmall

24   assert(!isSmall() && "Can't shrink a small set!");
38 if (isSmall()) {
75 if (isSmall()) {
135 bool WasSmall = isSmall();
171 if (that.isSmall()) {
200 if (that.isSmall()) {
222 if (isSmall() && RHS.isSmall())
227 if (RHS.isSmall()) {
228 if (!isSmall())
233 if (isSmall())
259 if (!isSmall())
262 if (RHS.isSmall()) {
287 if (!this->isSmall() && !RHS.isSmall()) {
299 if (!this->isSmall() && RHS.isSmall()) {
313 if (this->isSmall() && !RHS.isSmall()) {
326 assert(this->isSmall() && RHS.isSmall());
334 if (!isSmall())