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()) {
192 if (isSmall() && RHS.isSmall())
197 if (RHS.isSmall()) {
198 if (!isSmall())
203 if (isSmall())
224 if (!this->isSmall() && !RHS.isSmall()) {
236 if (!this->isSmall() && RHS.isSmall()) {
250 if (this->isSmall() && !RHS.isSmall()) {
263 assert(this->isSmall() && RHS.isSmall());
271 if (!isSmall())