reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
82 if (!isSmall()) 98 if (!isSmall()) { 119 return isSmall() ? CurArray + NumNonEmpty : CurArray + CurArraySize; 126 if (isSmall()) { 177 if (isSmall()) {lib/Support/SmallPtrSet.cpp
25 assert(!isSmall() && "Can't shrink a small set!"); 97 bool WasSmall = isSmall(); 126 if (that.isSmall()) { 147 if (isSmall() && RHS.isSmall()) 147 if (isSmall() && RHS.isSmall()) 152 if (RHS.isSmall()) { 153 if (!isSmall()) 158 if (isSmall()) 183 if (!isSmall()) 192 if (RHS.isSmall()) { 217 if (!this->isSmall() && !RHS.isSmall()) { 217 if (!this->isSmall() && !RHS.isSmall()) { 229 if (!this->isSmall() && RHS.isSmall()) { 229 if (!this->isSmall() && RHS.isSmall()) { 242 if (this->isSmall() && !RHS.isSmall()) { 242 if (this->isSmall() && !RHS.isSmall()) { 255 assert(this->isSmall() && RHS.isSmall()); 255 assert(this->isSmall() && RHS.isSmall());