/external/llvm-project/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 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() function 188 return isSmall() ? getSmallSize() == 0 : getPointer()->empty(); in empty() 193 return isSmall() ? getSmallSize() : getPointer()->size(); in size() 198 if (isSmall()) { in count() [all …]
|
D | SmallSet.h | 48 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 …]
|
D | SmallPtrSet.h | 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
|
D | SmallVector.h | 131 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() function 365 if (!this->isSmall()) in grow() 454 if (!this->isSmall()) in ~SmallVectorImpl() 795 if (!this->isSmall() && !RHS.isSmall()) { in swap() 883 if (!RHS.isSmall()) { 885 if (!this->isSmall()) free(this->begin());
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 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() function 188 return isSmall() ? getSmallSize() == 0 : getPointer()->empty(); in empty() 193 return isSmall() ? getSmallSize() : getPointer()->size(); in size() 198 if (isSmall()) { in count() [all …]
|
D | SmallSet.h | 48 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 …]
|
D | SmallPtrSet.h | 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
|
D | SmallVector.h | 103 bool isSmall() const { return BeginX == getFirstEl(); } in isSmall() function 249 if (!this->isSmall()) in grow() 335 if (!this->isSmall()) in ~SmallVectorImpl() 672 if (!this->isSmall() && !RHS.isSmall()) { in swap() 760 if (!RHS.isSmall()) { 762 if (!this->isSmall()) free(this->begin());
|
/external/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 87 bool isSmall() const { in isSmall() function 92 assert(!isSmall()); in getPointer() 104 assert(!isSmall() && "Tried to use an unaligned pointer"); in switchToLarge() 110 assert(isSmall()); in getSmallRawBits() 115 assert(isSmall()); in setSmallRawBits() 153 if (RHS.isSmall()) in SmallBitVector() 164 if (!isSmall()) in ~SmallBitVector() 170 return isSmall() ? getSmallSize() == 0 : getPointer()->empty(); in empty() 175 return isSmall() ? getSmallSize() : getPointer()->size(); in size() 180 if (isSmall()) { in count() [all …]
|
D | SmallSet.h | 55 return isSmall() ? Vector.size() : Set.size(); in size() 60 if (isSmall()) { in count() 76 if (!isSmall()) in insert() 103 if (!isSmall()) in erase() 119 bool isSmall() const { return Set.empty(); } in isSmall() function
|
D | SmallPtrSet.h | 81 if (!isSmall()) in ~SmallPtrSetImplBase() 93 if (!isSmall()) { in clear() 113 return isSmall() ? CurArray + NumNonEmpty : CurArray + CurArraySize; in EndPointer() 120 if (isSmall()) { in insert_imp() 156 if (isSmall()) { in count_imp() 170 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
|
D | SmallVector.h | 86 bool isSmall() const { in isSmall() function 246 if (!this->isSmall()) in grow() 339 if (!this->isSmall()) in ~SmallVectorImpl() 677 if (!this->isSmall() && !RHS.isSmall()) { in swap() 765 if (!RHS.isSmall()) { 767 if (!this->isSmall()) free(this->begin());
|
/external/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 24 assert(!isSmall() && "Can't shrink a small set!"); in shrink_and_clear() 64 if (isSmall()) { in erase_imp() 120 bool WasSmall = isSmall(); in Grow() 147 if (that.isSmall()) { in SmallPtrSetImplBase() 169 if (isSmall() && RHS.isSmall()) in CopyFrom() 174 if (RHS.isSmall()) { in CopyFrom() 175 if (!isSmall()) in CopyFrom() 180 if (isSmall()) in CopyFrom() 208 if (!isSmall()) in MoveFrom() 217 if (RHS.isSmall()) { in MoveHelper() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | SmallPtrSet.cpp | 25 assert(!isSmall() && "Can't shrink a small set!"); in shrink_and_clear() 65 if (isSmall()) { in erase_imp() 121 bool WasSmall = isSmall(); in Grow() 148 if (that.isSmall()) { in SmallPtrSetImplBase() 170 if (isSmall() && RHS.isSmall()) in CopyFrom() 175 if (RHS.isSmall()) { in CopyFrom() 176 if (!isSmall()) in CopyFrom() 181 if (isSmall()) in CopyFrom() 209 if (!isSmall()) in MoveFrom() 218 if (RHS.isSmall()) { in MoveHelper() [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 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 …]
|
/external/skqp/bench/ |
D | DisplacementBench.cpp | 34 const int w = this->isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in makeBitmap() 35 const int h = this->isSmall() ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE; in makeBitmap() 48 const int w = this->isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in makeCheckerboard() 49 const int h = this->isSmall() ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE; in makeCheckerboard() 81 inline bool isSmall() const { return fIsSmall; } in isSmall() function in DisplacementBaseBench 98 return this->isSmall() ? "displacement_zero_small" : "displacement_zero_large"; in onGetName() 125 return isSmall() ? "displacement_alpha_small" : "displacement_alpha_large"; in onGetName() 151 return isSmall() ? "displacement_full_small" : "displacement_full_large"; in onGetName()
|
D | ColorFilterBench.cpp | 51 return this->isSmall() ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) : in getFilterRect() 55 inline bool isSmall() const { return fIsSmall; } in isSmall() function in ColorFilterBaseBench 70 return this->isSmall() ? "colorfilter_dim_bright_small" : "colorfilter_dim_bright_large"; in onGetName() 98 return this->isSmall() ? "colorfilter_bright_gray_small" : "colorfilter_bright_gray_large"; in onGetName() 123 return this->isSmall() ? "colorfilter_gray_bright_small" : "colorfilter_gray_bright_large"; in onGetName() 148 return this->isSmall() ? "colorfilter_blue_bright_small" : "colorfilter_blue_bright_large"; in onGetName() 173 return this->isSmall() ? "colorfilter_bright_blue_small" : "colorfilter_bright_blue_large"; in onGetName() 198 return this->isSmall() ? "colorfilter_bright_small" : "colorfilter_bright_large"; in onGetName() 222 return this->isSmall() ? "colorfilter_blue_small" : "colorfilter_blue_large"; in onGetName() 246 return this->isSmall() ? "colorfilter_gray_small" : "colorfilter_gray_large"; in onGetName()
|
/external/skia/bench/ |
D | DisplacementBench.cpp | 34 const int w = this->isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in makeBitmap() 35 const int h = this->isSmall() ? FILTER_HEIGHT_SMALL : FILTER_HEIGHT_LARGE; in makeBitmap() 47 const int w = this->isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in makeCheckerboard() 48 const int h = this->isSmall() ? FILTER_HEIGHT_SMALL : FILTER_HEIGHT_LARGE; in makeCheckerboard() 78 inline bool isSmall() const { return fIsSmall; } in isSmall() function in DisplacementBaseBench 94 return this->isSmall() ? "displacement_zero_small" : "displacement_zero_large"; in onGetName() 119 return isSmall() ? "displacement_alpha_small" : "displacement_alpha_large"; in onGetName() 143 return isSmall() ? "displacement_full_small" : "displacement_full_large"; in onGetName()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallSet.h | 60 return isSmall() ? Vector.size() : Set.size(); in size() 65 if (isSmall()) { in count() 81 if (!isSmall()) in insert() 108 if (!isSmall()) in erase() 124 bool isSmall() const { return Set.empty(); } in isSmall() function
|
D | SmallPtrSet.h | 89 if (!isSmall()) in ~SmallPtrSetImplBase() 104 if (!isSmall()) { in clear() 125 return isSmall() ? CurArray + NumNonEmpty : CurArray + CurArraySize; in EndPointer() 132 if (isSmall()) { in insert_imp() 168 if (isSmall()) { in count_imp() 182 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
|
D | SmallVector.h | 87 bool isSmall() const { in isSmall() function 249 if (!this->isSmall()) in grow() 343 if (!this->isSmall()) in ~SmallVectorImpl() 679 if (!this->isSmall() && !RHS.isSmall()) { in swap() 767 if (!RHS.isSmall()) { 769 if (!this->isSmall()) free(this->begin());
|
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | NoRecursionCheck.cpp | 34 bool isSmall() const { return Set.empty(); } in isSmall() function in clang::tidy::misc::__anona2e7f4e50111::ImmutableSmallSet 61 if (isSmall()) { in count() 86 bool isSmall() const { return Set.empty(); } in isSmall() function in clang::tidy::misc::__anona2e7f4e50111::SmartSmallSetVector 90 assert(isSmall() && Vector.size() <= SmallSize && in entiretyOfVectorSmallSizeIsOccupied() 107 if (isSmall()) { in count() 119 if (isSmall()) { // Are we still using Vector for uniqness tracking? in setInsert()
|
/external/python/cpython2/Mac/Modules/app/ |
D | _Appmodule.c | 1407 Boolean isSmall; in App_DrawThemeStandaloneGrowBox() local 1415 &isSmall, in App_DrawThemeStandaloneGrowBox() 1420 isSmall, in App_DrawThemeStandaloneGrowBox() 1434 Boolean isSmall; in App_DrawThemeStandaloneNoGrowBox() local 1442 &isSmall, in App_DrawThemeStandaloneNoGrowBox() 1447 isSmall, in App_DrawThemeStandaloneNoGrowBox() 1461 Boolean isSmall; in App_GetThemeStandaloneGrowBoxBounds() local 1469 &isSmall)) in App_GetThemeStandaloneGrowBoxBounds() 1473 isSmall, in App_GetThemeStandaloneGrowBoxBounds()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 367 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() function in ExprEngine 407 if (!isSmall(CalleeADC)) in examineStackFrames() 1001 (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall() 1012 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
|