Home
last modified time | relevance | path

Searched defs:isSmall (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallSet.h48 bool isSmall; variable
236 bool isSmall() const { return Set.empty(); } in isSmall() function
DSmallPtrSet.h194 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
DSmallBitVector.h184 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
DSmallVector.h103 bool isSmall() const { return BeginX == getFirstEl(); } in isSmall() function
/external/llvm-project/llvm/include/llvm/ADT/
DSmallSet.h48 bool isSmall; variable
243 bool isSmall() const { return Set.empty(); } in isSmall() function
DSmallPtrSet.h194 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
DSmallBitVector.h184 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
DSmallVector.h131 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() function
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DNoRecursionCheck.cpp34 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/
DSmallSet.h124 bool isSmall() const { return Set.empty(); } in isSmall() function
DSmallPtrSet.h182 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
DSmallVector.h87 bool isSmall() const { in isSmall() function
/external/llvm/include/llvm/ADT/
DSmallSet.h119 bool isSmall() const { return Set.empty(); } in isSmall() function
DSmallPtrSet.h170 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
DSmallBitVector.h87 bool isSmall() const { in isSmall() function
DSmallVector.h86 bool isSmall() const { in isSmall() function
/external/skqp/bench/
DDisplacementBench.cpp81 inline bool isSmall() const { return fIsSmall; } in isSmall() function in DisplacementBaseBench
DColorFilterBench.cpp55 inline bool isSmall() const { return fIsSmall; } in isSmall() function in ColorFilterBaseBench
/external/skia/bench/
DDisplacementBench.cpp78 inline bool isSmall() const { return fIsSmall; } in isSmall() function in DisplacementBaseBench
/external/python/cpython2/Mac/Modules/app/
D_Appmodule.c1407 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/
DExprEngineCallAndReturn.cpp367 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() function in ExprEngine