Home
last modified time | relevance | path

Searched refs:isSmall (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallBitVector.h95 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() function
188 return isSmall() ? getSmallSize() == 0 : getPointer()->empty(); in empty()
193 return isSmall() ? getSmallSize() : getPointer()->size(); in size()
198 if (isSmall()) { in count()
[all …]
H A DSmallSet.h48 bool isSmall; variable
51 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 …]
H A DSmallPtrSet.h82 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
H A DSmallVector.h129 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() function
447 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());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSmallPtrSet.cpp25 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp368 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() function in ExprEngine
408 if (!isSmall(CalleeADC)) in examineStackFrames()
1016 (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
1027 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h794 bool isSmall(AnalysisDeclContext *ADC) const;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d7362 @property bool isSmall() const { return idx == uint.max; } in simpleCaseFoldings() function
7379 if (isSmall) in simpleCaseFoldings()
7389 if (isSmall) in simpleCaseFoldings()
7398 if (isSmall) in simpleCaseFoldings()
7407 if (isSmall) in simpleCaseFoldings()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d8146 @property bool isSmall() const { return idx == uint.max; }
8163 if (isSmall)
8173 if (isSmall)
8182 if (isSmall)
8191 if (isSmall)