Searched refs:isSmall (Results 1 – 9 of 9) sorted by relevance
95 assert(!isSmall()); in getPointer()107 assert(!isSmall() && "Tried to use an unaligned pointer"); in switchToLarge()113 assert(isSmall()); in getSmallRawBits()118 assert(isSmall()); in setSmallRawBits()154 if (RHS.isSmall()) in SmallBitVector()165 if (!isSmall()) in ~SmallBitVector()184 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function188 return isSmall() ? getSmallSize() == 0 : getPointer()->empty(); in empty()193 return isSmall() ? getSmallSize() : getPointer()->size(); in size()198 if (isSmall()) { in count()[all …]
48 bool isSmall; variable51 SmallSetIterator(SetIterTy SetIter) : SetIter(SetIter), isSmall(false) {} in SmallSetIterator()53 SmallSetIterator(VecIterTy VecIter) : VecIter(VecIter), isSmall(true) {} in SmallSetIterator()58 if (isSmall) in ~SmallSetIterator()64 SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) { in SmallSetIterator()65 if (isSmall) in SmallSetIterator()73 SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) { in SmallSetIterator()74 if (isSmall) in SmallSetIterator()85 if (!isSmall)88 isSmall = Other.isSmall;[all …]
82 if (!isSmall()) in ~SmallPtrSetImplBase()98 if (!isSmall()) { in clear()119 return isSmall() ? CurArray + NumNonEmpty : CurArray + CurArraySize; in EndPointer()126 if (isSmall()) { in insert_imp()177 if (isSmall()) { in find_imp()194 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
129 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() function447 if (!this->isSmall()) in takeAllocationForGrow()581 if (!this->isSmall()) in ~SmallVectorImpl()940 if (!this->isSmall() && !RHS.isSmall()) { in swap()1025 if (!RHS.isSmall()) {1027 if (!this->isSmall()) free(this->begin());
25 assert(!isSmall() && "Can't shrink a small set!"); in shrink_and_clear()97 bool WasSmall = isSmall(); in Grow()126 if (that.isSmall()) { in SmallPtrSetImplBase()147 if (isSmall() && RHS.isSmall()) in CopyFrom()152 if (RHS.isSmall()) { in CopyFrom()153 if (!isSmall()) in CopyFrom()158 if (isSmall()) in CopyFrom()183 if (!isSmall()) in MoveFrom()192 if (RHS.isSmall()) { in MoveHelper()217 if (!this->isSmall() && !RHS.isSmall()) { in swap()[all …]
368 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() function in ExprEngine408 if (!isSmall(CalleeADC)) in examineStackFrames()1016 (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()1027 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
794 bool isSmall(AnalysisDeclContext *ADC) const;
7362 @property bool isSmall() const { return idx == uint.max; } in simpleCaseFoldings() function7379 if (isSmall) in simpleCaseFoldings()7389 if (isSmall) in simpleCaseFoldings()7398 if (isSmall) in simpleCaseFoldings()7407 if (isSmall) in simpleCaseFoldings()
8146 @property bool isSmall() const { return idx == uint.max; }8163 if (isSmall)8173 if (isSmall)8182 if (isSmall)8191 if (isSmall)