/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallSet.h | 48 bool isSmall; variable 236 bool isSmall() const { return Set.empty(); } in isSmall() function
|
D | SmallPtrSet.h | 194 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
|
D | SmallBitVector.h | 184 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
|
D | SmallVector.h | 103 bool isSmall() const { return BeginX == getFirstEl(); } in isSmall() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | SmallSet.h | 48 bool isSmall; variable 243 bool isSmall() const { return Set.empty(); } in isSmall() function
|
D | SmallPtrSet.h | 194 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
|
D | SmallBitVector.h | 184 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
|
D | SmallVector.h | 131 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() function
|
/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 86 bool isSmall() const { return Set.empty(); } in isSmall() function in clang::tidy::misc::__anona2e7f4e50111::SmartSmallSetVector
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallSet.h | 124 bool isSmall() const { return Set.empty(); } in isSmall() function
|
D | SmallPtrSet.h | 182 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
|
D | SmallVector.h | 87 bool isSmall() const { in isSmall() function
|
/external/llvm/include/llvm/ADT/ |
D | SmallSet.h | 119 bool isSmall() const { return Set.empty(); } in isSmall() function
|
D | SmallPtrSet.h | 170 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
|
D | SmallBitVector.h | 87 bool isSmall() const { in isSmall() function
|
D | SmallVector.h | 86 bool isSmall() const { in isSmall() function
|
/external/skqp/bench/ |
D | DisplacementBench.cpp | 81 inline bool isSmall() const { return fIsSmall; } in isSmall() function in DisplacementBaseBench
|
D | ColorFilterBench.cpp | 55 inline bool isSmall() const { return fIsSmall; } in isSmall() function in ColorFilterBaseBench
|
/external/skia/bench/ |
D | DisplacementBench.cpp | 78 inline bool isSmall() const { return fIsSmall; } in isSmall() function in DisplacementBaseBench
|
/external/python/cpython2/Mac/Modules/app/ |
D | _Appmodule.c | 1407 Boolean isSmall; in App_DrawThemeStandaloneGrowBox() local 1434 Boolean isSmall; in App_DrawThemeStandaloneNoGrowBox() local 1461 Boolean isSmall; in App_GetThemeStandaloneGrowBoxBounds() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 367 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() function in ExprEngine
|